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
238 .compatible = "renesas,xhci-r8a7790",
241 .compatible = "renesas,xhci-r8a7791",
244 .compatible = "renesas,xhci-r8a7793",
247 .compatible = "renesas,xhci-r8a7795",
250 .compatible = "renesas,xhci-r8a7796",
253 .compatible = "renesas,rcar-gen2-xhci",
256 .compatible = "renesas,rcar-gen3-xhci",
259 .compatible = "renesas,rzv2m-xhci",
280 .name = "xhci-renesas-hcd",
287 MODULE_DESCRIPTION("xHCI Platform Host Controller Driver for Renesas R-Car and RZ");