Searched defs:dwc3_qcom (Results 1 – 1 of 1) sorted by relevance
66 struct dwc3_qcom { struct67 struct device *dev;68 void __iomem *qscratch_base;69 struct platform_device *dwc3;70 struct platform_device *urs_usb;94 static inline void dwc3_qcom_setbits(void __iomem *base, u32 offset, u32 val) in dwc3_qcom_setbits() argument