Searched defs:dwc3_am62 (Results 1 – 1 of 1) sorted by relevance
114 struct dwc3_am62 { struct115 struct device *dev;116 void __iomem *usbss;117 struct clk *usb2_refclk;118 int rate_code;142 static inline u32 dwc3_ti_readl(struct dwc3_am62 *am62, u32 offset) in dwc3_ti_readl() argument