Searched refs:mt76x8_usb_phy (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/phy/
H A Dmt76x8-usb-phy.c75 struct mt76x8_usb_phy { struct
81 static void phy_w32(struct mt76x8_usb_phy *phy, u32 reg, u32 val)
86 static u32 phy_r32(struct mt76x8_usb_phy *phy, u32 reg)
91 static void phy_rmw32(struct mt76x8_usb_phy *phy, u32 reg, u32 clr, u32 set)
96 static void mt76x8_usb_phy_init(struct mt76x8_usb_phy *phy)
133 static void mt76x8_usb_phy_sr_calibrate(struct mt76x8_usb_phy *phy)
185 struct mt76x8_usb_phy *phy = dev_get_priv(_phy->dev);
205 struct mt76x8_usb_phy *phy = dev_get_priv(_phy->dev);
216 struct mt76x8_usb_phy *phy = dev_get_priv(dev);
245 U_BOOT_DRIVER(mt76x8_usb_phy) variable
[all...]

Completed in 45 milliseconds