Searched defs:sun4i_usb_phy_data (Results 1 – 1 of 1) sorted by relevance
91 struct sun4i_usb_phy_data { struct92 void __iomem *base;93 struct mutex mutex;94 int num_phys;95 u32 disc_thresh;96 bool has_a33_phyctl;97 struct sun4i_usb_phy {123 container_of((phy), struct sun4i_usb_phy_data, phys[(phy)->index]) argument