Home
last modified time | relevance | path

Searched defs:sun4i_usb_phy_data (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/phy/allwinner/
Dphy-sun4i-usb.c113 struct sun4i_usb_phy_data { struct
114 void __iomem *base;
115 const struct sun4i_usb_phy_cfg *cfg;
116 enum usb_dr_mode dr_mode;
117 spinlock_t reg_lock; /* guard access to phyctl reg */
118 struct sun4i_usb_phy {
145 container_of((phy), struct sun4i_usb_phy_data, phys[(phy)->index]) argument