Searched defs:dwc3_qcom (Results 1 – 1 of 1) sorted by relevance
67 struct dwc3_qcom { struct68 struct device *dev;69 void __iomem *qscratch_base;70 struct platform_device *dwc3;71 struct platform_device *urs_usb;72 struct clk **clks;96 static inline void dwc3_qcom_setbits(void __iomem *base, u32 offset, u32 val) in dwc3_qcom_setbits() argument