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

/linux-4.4.14/drivers/phy/
H A Dphy-sun4i-usb.c125 static void sun4i_usb_phy0_update_iscr(struct phy *_phy, u32 clr, u32 set) sun4i_usb_phy0_update_iscr() argument
127 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); sun4i_usb_phy0_update_iscr()
228 static int sun4i_usb_phy_init(struct phy *_phy) sun4i_usb_phy_init() argument
230 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); sun4i_usb_phy_init()
260 sun4i_usb_phy0_update_iscr(_phy, 0, ISCR_DPDM_PULLUP_EN); sun4i_usb_phy_init()
261 sun4i_usb_phy0_update_iscr(_phy, 0, ISCR_ID_PULLUP_EN); sun4i_usb_phy_init()
270 sun4i_usb_phy0_set_id_detect(_phy, 0); sun4i_usb_phy_init()
271 sun4i_usb_phy0_set_vbus_detect(_phy, 1); sun4i_usb_phy_init()
278 static int sun4i_usb_phy_exit(struct phy *_phy) sun4i_usb_phy_exit() argument
280 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); sun4i_usb_phy_exit()
285 sun4i_usb_phy0_update_iscr(_phy, ISCR_DPDM_PULLUP_EN, 0); sun4i_usb_phy_exit()
286 sun4i_usb_phy0_update_iscr(_phy, ISCR_ID_PULLUP_EN, 0); sun4i_usb_phy_exit()
321 static int sun4i_usb_phy_power_on(struct phy *_phy) sun4i_usb_phy_power_on() argument
323 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); sun4i_usb_phy_power_on()
348 static int sun4i_usb_phy_power_off(struct phy *_phy) sun4i_usb_phy_power_off() argument
350 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); sun4i_usb_phy_power_off()
369 void sun4i_usb_phy_set_squelch_detect(struct phy *_phy, bool enabled) sun4i_usb_phy_set_squelch_detect() argument
371 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); sun4i_usb_phy_set_squelch_detect()
H A Dphy-rockchip-usb.c53 static int rockchip_usb_phy_power_off(struct phy *_phy) rockchip_usb_phy_power_off() argument
55 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); rockchip_usb_phy_power_off()
68 static int rockchip_usb_phy_power_on(struct phy *_phy) rockchip_usb_phy_power_on() argument
70 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); rockchip_usb_phy_power_on()
H A Dphy-sun9i-usb.c75 static int sun9i_usb_phy_init(struct phy *_phy) sun9i_usb_phy_init() argument
77 struct sun9i_usb_phy *phy = phy_get_drvdata(_phy); sun9i_usb_phy_init()
105 static int sun9i_usb_phy_exit(struct phy *_phy) sun9i_usb_phy_exit() argument
107 struct sun9i_usb_phy *phy = phy_get_drvdata(_phy); sun9i_usb_phy_exit()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c209 #define CL22_WR_OVER_CL45(_bp, _phy, _bank, _addr, _val) \
210 bnx2x_cl45_write(_bp, _phy, \
211 (_phy)->def_md_devad, \
215 #define CL22_RD_OVER_CL45(_bp, _phy, _bank, _addr, _val) \
216 bnx2x_cl45_read(_bp, _phy, \
217 (_phy)->def_md_devad, \

Completed in 197 milliseconds