Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c114 struct sun4i_usb_phy_data { struct
115 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
/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c128 struct sun4i_usb_phy_data { struct
138 struct sun4i_usb_phy_data *phy_data = dev_get_priv(phy->dev); in sun4i_usb_phy_write() argument