Home
last modified time | relevance | path

Searched refs:_phy (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/phy/allwinner/
Dphy-sun4i-usb.c165 static void sun4i_usb_phy0_update_iscr(struct phy *_phy, u32 clr, u32 set) in sun4i_usb_phy0_update_iscr() argument
167 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy0_update_iscr()
273 static int sun4i_usb_phy_init(struct phy *_phy) in sun4i_usb_phy_init() argument
275 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_init()
328 sun4i_usb_phy0_update_iscr(_phy, 0, ISCR_DPDM_PULLUP_EN); in sun4i_usb_phy_init()
329 sun4i_usb_phy0_update_iscr(_phy, 0, ISCR_ID_PULLUP_EN); in sun4i_usb_phy_init()
340 static int sun4i_usb_phy_exit(struct phy *_phy) in sun4i_usb_phy_exit() argument
342 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_exit()
354 sun4i_usb_phy0_update_iscr(_phy, ISCR_DPDM_PULLUP_EN, 0); in sun4i_usb_phy_exit()
355 sun4i_usb_phy0_update_iscr(_phy, ISCR_ID_PULLUP_EN, 0); in sun4i_usb_phy_exit()
[all …]
Dphy-sun9i-usb.c75 static int sun9i_usb_phy_init(struct phy *_phy) in sun9i_usb_phy_init() argument
77 struct sun9i_usb_phy *phy = phy_get_drvdata(_phy); in sun9i_usb_phy_init()
105 static int sun9i_usb_phy_exit(struct phy *_phy) in sun9i_usb_phy_exit() argument
107 struct sun9i_usb_phy *phy = phy_get_drvdata(_phy); in sun9i_usb_phy_exit()
/Linux-v4.19/drivers/phy/ralink/
Dphy-ralink-usb.c100 static int ralink_usb_phy_power_on(struct phy *_phy) in ralink_usb_phy_power_on() argument
102 struct ralink_usb_phy *phy = phy_get_drvdata(_phy); in ralink_usb_phy_power_on()
139 static int ralink_usb_phy_power_off(struct phy *_phy) in ralink_usb_phy_power_off() argument
141 struct ralink_usb_phy *phy = phy_get_drvdata(_phy); in ralink_usb_phy_power_off()
/Linux-v4.19/drivers/phy/rockchip/
Dphy-rockchip-usb.c131 static int rockchip_usb_phy_power_off(struct phy *_phy) in rockchip_usb_phy_power_off() argument
133 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); in rockchip_usb_phy_power_off()
143 static int rockchip_usb_phy_power_on(struct phy *_phy) in rockchip_usb_phy_power_on() argument
145 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); in rockchip_usb_phy_power_on()
161 static int rockchip_usb_phy_reset(struct phy *_phy) in rockchip_usb_phy_reset() argument
163 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); in rockchip_usb_phy_reset()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c203 #define CL22_WR_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument
204 bnx2x_cl45_write(_bp, _phy, \
205 (_phy)->def_md_devad, \
209 #define CL22_RD_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument
210 bnx2x_cl45_read(_bp, _phy, \
211 (_phy)->def_md_devad, \