Searched defs:sun4i_usb_phy_data (Results 1 – 2 of 2) sorted by relevance
114 struct sun4i_usb_phy_data { struct115 void __iomem *base;116 const struct sun4i_usb_phy_cfg *cfg;117 enum usb_dr_mode dr_mode;118 spinlock_t reg_lock; /* guard access to phyctl reg */119 struct sun4i_usb_phy {146 container_of((phy), struct sun4i_usb_phy_data, phys[(phy)->index]) argument
128 struct sun4i_usb_phy_data { struct138 struct sun4i_usb_phy_data *phy_data = dev_get_priv(phy->dev); in sun4i_usb_phy_write() argument