Searched refs:_phy (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/phy/ |
D | phy-sun4i-usb.c | 125 static void sun4i_usb_phy0_update_iscr(struct phy *_phy, u32 clr, u32 set) in sun4i_usb_phy0_update_iscr() argument 127 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy0_update_iscr() 228 static int sun4i_usb_phy_init(struct phy *_phy) in sun4i_usb_phy_init() argument 230 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_init() 260 sun4i_usb_phy0_update_iscr(_phy, 0, ISCR_DPDM_PULLUP_EN); in sun4i_usb_phy_init() 261 sun4i_usb_phy0_update_iscr(_phy, 0, ISCR_ID_PULLUP_EN); in sun4i_usb_phy_init() 270 sun4i_usb_phy0_set_id_detect(_phy, 0); in sun4i_usb_phy_init() 271 sun4i_usb_phy0_set_vbus_detect(_phy, 1); in sun4i_usb_phy_init() 278 static int sun4i_usb_phy_exit(struct phy *_phy) in sun4i_usb_phy_exit() argument 280 struct sun4i_usb_phy *phy = phy_get_drvdata(_phy); in sun4i_usb_phy_exit() [all …]
|
D | phy-rockchip-usb.c | 53 static int rockchip_usb_phy_power_off(struct phy *_phy) in rockchip_usb_phy_power_off() argument 55 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); in rockchip_usb_phy_power_off() 68 static int rockchip_usb_phy_power_on(struct phy *_phy) in rockchip_usb_phy_power_on() argument 70 struct rockchip_usb_phy *phy = phy_get_drvdata(_phy); in rockchip_usb_phy_power_on()
|
D | phy-sun9i-usb.c | 75 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-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 209 #define CL22_WR_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument 210 bnx2x_cl45_write(_bp, _phy, \ 211 (_phy)->def_md_devad, \ 215 #define CL22_RD_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument 216 bnx2x_cl45_read(_bp, _phy, \ 217 (_phy)->def_md_devad, \
|