Lines Matching full:xhci
3 * xHCI host controller driver for R-Car SoCs
15 #include "xhci.h"
16 #include "xhci-plat.h"
17 #include "xhci-rzv2m.h"
93 return of_device_is_compatible(node, "renesas,xhci-r8a7790") || in xhci_rcar_is_gen2()
94 of_device_is_compatible(node, "renesas,xhci-r8a7791") || in xhci_rcar_is_gen2()
95 of_device_is_compatible(node, "renesas,xhci-r8a7793") || in xhci_rcar_is_gen2()
96 of_device_is_compatible(node, "renesas,rcar-gen2-xhci"); in xhci_rcar_is_gen2()
206 * pointers. So, this driver clears the AC64 bit of xhci->hcc_params
240 .compatible = "renesas,xhci-r8a7790",
243 .compatible = "renesas,xhci-r8a7791",
246 .compatible = "renesas,xhci-r8a7793",
249 .compatible = "renesas,xhci-r8a7795",
252 .compatible = "renesas,xhci-r8a7796",
255 .compatible = "renesas,rcar-gen2-xhci",
258 .compatible = "renesas,rcar-gen3-xhci",
261 .compatible = "renesas,rzv2m-xhci",
282 .name = "xhci-renesas-hcd",
289 MODULE_DESCRIPTION("xHCI Platform Host Controller Driver for Renesas R-Car and RZ");