Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/allwinner/
Dphy-sun4i-usb.c126 struct sun4i_usb_phy_data { struct
127 void __iomem *base;
128 const struct sun4i_usb_phy_cfg *cfg;
129 enum usb_dr_mode dr_mode;
130 spinlock_t reg_lock; /* guard access to phyctl reg */
131 struct sun4i_usb_phy {
158 container_of((phy), struct sun4i_usb_phy_data, phys[(phy)->index]) argument