Lines Matching full:dwc3
4 * DWC3 controller driver
15 #include <dwc3-uboot.h>
19 #include <linux/usb/dwc3.h>
29 void dwc3_set_mode(struct dwc3 *dwc3_reg, u32 mode) in dwc3_set_mode()
36 static void dwc3_phy_reset(struct dwc3 *dwc3_reg) in dwc3_phy_reset()
53 void dwc3_core_soft_reset(struct dwc3 *dwc3_reg) in dwc3_core_soft_reset()
67 int dwc3_core_init(struct dwc3 *dwc3_reg) in dwc3_core_init()
96 * WORKAROUND: DWC3 revisions <1.90a have a bug in dwc3_core_init()
109 void dwc3_set_fladj(struct dwc3 *dwc3_reg, u32 val) in dwc3_set_fladj()
120 struct dwc3 *dwc3_reg; in xhci_dwc3_probe()
135 dwc3_reg = (struct dwc3 *)((char *)(hccr) + DWC3_REG_OFFSET); in xhci_dwc3_probe()
139 /* Set dwc3 usb2 phy config */ in xhci_dwc3_probe()
180 { .compatible = "snps,dwc3" },
185 .name = "xhci-dwc3",