| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_phy_config.c | 20 static void r8168d_modify_extpage(struct phy_device *phydev, int extpage, in r8168d_modify_extpage() 31 static void r8168d_phy_param(struct phy_device *phydev, u16 parm, in r8168d_phy_param() 42 static void r8168g_phy_param(struct phy_device *phydev, u16 parm, in r8168g_phy_param() 58 static void __rtl_writephy_batch(struct phy_device *phydev, in __rtl_writephy_batch() 73 static void rtl8168f_config_eee_phy(struct phy_device *phydev) in rtl8168f_config_eee_phy() 79 static void rtl8168g_config_eee_phy(struct phy_device *phydev) in rtl8168g_config_eee_phy() 84 static void rtl8168h_config_eee_phy(struct phy_device *phydev) in rtl8168h_config_eee_phy() 92 static void rtl8125a_config_eee_phy(struct phy_device *phydev) in rtl8125a_config_eee_phy() 100 static void rtl8125b_config_eee_phy(struct phy_device *phydev) in rtl8125b_config_eee_phy() 109 struct phy_device *phydev) in rtl8169s_hw_phy_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | phy.c | 59 static void phy_link_up(struct phy_device *phydev) in phy_link_up() 65 static void phy_link_down(struct phy_device *phydev) in phy_link_down() 71 static const char *phy_pause_str(struct phy_device *phydev) in phy_pause_str() 101 void phy_print_status(struct phy_device *phydev) in phy_print_status() 125 static int phy_clear_interrupt(struct phy_device *phydev) in phy_clear_interrupt() 145 static int phy_config_interrupt(struct phy_device *phydev, bool interrupts) in phy_config_interrupt() 161 int phy_restart_aneg(struct phy_device *phydev) in phy_restart_aneg() 182 int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done() 252 static void phy_sanitize_settings(struct phy_device *phydev) in phy_sanitize_settings() 268 void phy_ethtool_ksettings_get(struct phy_device *phydev, in phy_ethtool_ksettings_get() [all …]
|
| H A D | realtek.c | 65 static int rtl821x_read_page(struct phy_device *phydev) in rtl821x_read_page() 70 static int rtl821x_write_page(struct phy_device *phydev, int page) in rtl821x_write_page() 75 static int rtl8201_ack_interrupt(struct phy_device *phydev) in rtl8201_ack_interrupt() 84 static int rtl821x_ack_interrupt(struct phy_device *phydev) in rtl821x_ack_interrupt() 93 static int rtl8211f_ack_interrupt(struct phy_device *phydev) in rtl8211f_ack_interrupt() 102 static int rtl8201_config_intr(struct phy_device *phydev) in rtl8201_config_intr() 114 static int rtl8211b_config_intr(struct phy_device *phydev) in rtl8211b_config_intr() 127 static int rtl8211e_config_intr(struct phy_device *phydev) in rtl8211e_config_intr() 140 static int rtl8211f_config_intr(struct phy_device *phydev) in rtl8211f_config_intr() 152 static int rtl8211_config_aneg(struct phy_device *phydev) in rtl8211_config_aneg() [all …]
|
| H A D | broadcom.c | 20 #define BRCM_PHY_MODEL(phydev) \ argument 23 #define BRCM_PHY_REV(phydev) \ argument 30 static int bcm54xx_config_clock_delay(struct phy_device *phydev) in bcm54xx_config_clock_delay() 71 static int bcm54210e_config_init(struct phy_device *phydev) in bcm54210e_config_init() 86 static int bcm54612e_config_init(struct phy_device *phydev) in bcm54612e_config_init() 107 static int bcm54616s_config_init(struct phy_device *phydev) in bcm54616s_config_init() 166 static int bcm50610_a0_workaround(struct phy_device *phydev) in bcm50610_a0_workaround() 197 static int bcm54xx_phydsp_config(struct phy_device *phydev) in bcm54xx_phydsp_config() 245 static void bcm54xx_adjust_rxrefclk(struct phy_device *phydev) in bcm54xx_adjust_rxrefclk() 314 static int bcm54xx_config_init(struct phy_device *phydev) in bcm54xx_config_init() [all …]
|
| H A D | bcm-phy-lib.c | 19 int __bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val) in __bcm_phy_write_exp() 31 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val) in bcm_phy_write_exp() 43 int __bcm_phy_read_exp(struct phy_device *phydev, u16 reg) in __bcm_phy_read_exp() 60 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg) in bcm_phy_read_exp() 72 int __bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set) in __bcm_phy_modify_exp() 92 int bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set) in bcm_phy_modify_exp() 104 int bcm54xx_auxctl_read(struct phy_device *phydev, u16 regnum) in bcm54xx_auxctl_read() 115 int bcm54xx_auxctl_write(struct phy_device *phydev, u16 regnum, u16 val) in bcm54xx_auxctl_write() 121 int bcm_phy_write_misc(struct phy_device *phydev, in bcm_phy_write_misc() 145 int bcm_phy_read_misc(struct phy_device *phydev, in bcm_phy_read_misc() [all …]
|
| H A D | phy_device.c | 201 void phy_device_free(struct phy_device *phydev) in phy_device_free() 209 struct phy_device *phydev; in phy_mdio_device_free() local 222 struct phy_device *phydev; in phy_mdio_device_remove() local 233 static bool mdio_bus_phy_may_suspend(struct phy_device *phydev) in mdio_bus_phy_may_suspend() 274 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend() local 294 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume() local 415 static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup) in phy_needs_fixup() 430 static int phy_scan_fixups(struct phy_device *phydev) in phy_scan_fixups() 453 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match() local 484 struct phy_device *phydev = to_phy_device(dev); in phy_id_show() local [all …]
|
| H A D | marvell.c | 285 static int marvell_read_page(struct phy_device *phydev) in marvell_read_page() 290 static int marvell_write_page(struct phy_device *phydev, int page) in marvell_write_page() 295 static int marvell_set_page(struct phy_device *phydev, int page) in marvell_set_page() 300 static int marvell_ack_interrupt(struct phy_device *phydev) in marvell_ack_interrupt() 313 static int marvell_config_intr(struct phy_device *phydev) in marvell_config_intr() 327 static int marvell_set_polarity(struct phy_device *phydev, int polarity) in marvell_set_polarity() 364 static int marvell_config_aneg(struct phy_device *phydev) in marvell_config_aneg() 397 static int m88e1101_config_aneg(struct phy_device *phydev) in m88e1101_config_aneg() 446 static int marvell_of_reg_init(struct phy_device *phydev) in marvell_of_reg_init() 498 static int marvell_of_reg_init(struct phy_device *phydev) in marvell_of_reg_init() [all …]
|
| H A D | phy-c45.c | 15 int genphy_c45_pma_setup_forced(struct phy_device *phydev) in genphy_c45_pma_setup_forced() 91 int genphy_c45_an_config_aneg(struct phy_device *phydev) in genphy_c45_an_config_aneg() 136 int genphy_c45_an_disable_aneg(struct phy_device *phydev) in genphy_c45_an_disable_aneg() 152 int genphy_c45_restart_aneg(struct phy_device *phydev) in genphy_c45_restart_aneg() 168 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart) in genphy_c45_check_and_restart_aneg() 200 int genphy_c45_aneg_done(struct phy_device *phydev) in genphy_c45_aneg_done() 216 int genphy_c45_read_link(struct phy_device *phydev) in genphy_c45_read_link() 277 int genphy_c45_read_lpa(struct phy_device *phydev) in genphy_c45_read_lpa() 323 int genphy_c45_read_pma(struct phy_device *phydev) in genphy_c45_read_pma() 367 int genphy_c45_read_mdix(struct phy_device *phydev) in genphy_c45_read_mdix() [all …]
|
| H A D | marvell10g.c | 114 static int mv3310_hwmon_read_temp_reg(struct phy_device *phydev) in mv3310_hwmon_read_temp_reg() 119 static int mv2110_hwmon_read_temp_reg(struct phy_device *phydev) in mv2110_hwmon_read_temp_reg() 124 static int mv10g_hwmon_read_temp_reg(struct phy_device *phydev) in mv10g_hwmon_read_temp_reg() 135 struct phy_device *phydev = dev_get_drvdata(dev); in mv3310_hwmon_read() local 192 static int mv3310_hwmon_config(struct phy_device *phydev, bool enable) in mv3310_hwmon_config() 211 static int mv3310_hwmon_probe(struct phy_device *phydev) in mv3310_hwmon_probe() 241 static inline int mv3310_hwmon_config(struct phy_device *phydev, bool enable) in mv3310_hwmon_config() 246 static int mv3310_hwmon_probe(struct phy_device *phydev) in mv3310_hwmon_probe() 252 static int mv3310_power_down(struct phy_device *phydev) in mv3310_power_down() 258 static int mv3310_power_up(struct phy_device *phydev) in mv3310_power_up() [all …]
|
| H A D | phy-core.c | 260 static int __set_phy_supported(struct phy_device *phydev, u32 max_speed) in __set_phy_supported() 275 int phy_set_max_speed(struct phy_device *phydev, u32 max_speed) in phy_set_max_speed() 289 void of_set_phy_supported(struct phy_device *phydev) in of_set_phy_supported() 304 void of_set_phy_eee_broken(struct phy_device *phydev) in of_set_phy_eee_broken() 341 void phy_resolve_aneg_pause(struct phy_device *phydev) in phy_resolve_aneg_pause() 361 void phy_resolve_aneg_linkmode(struct phy_device *phydev) in phy_resolve_aneg_linkmode() 388 void phy_check_downshift(struct phy_device *phydev) in phy_check_downshift() 417 static int phy_resolve_min_speed(struct phy_device *phydev, bool fdx_only) in phy_resolve_min_speed() 435 int phy_speed_down_core(struct phy_device *phydev) in phy_speed_down_core() 468 int __phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) in __phy_read_mmd() [all …]
|
| H A D | nxp-tja11xx.c | 73 struct phy_device *phydev; member 93 static int tja11xx_check(struct phy_device *phydev, u8 reg, u16 mask, u16 set) in tja11xx_check() 101 static int phy_modify_check(struct phy_device *phydev, u8 reg, in phy_modify_check() 113 static int tja11xx_enable_reg_write(struct phy_device *phydev) in tja11xx_enable_reg_write() 118 static int tja11xx_enable_link_control(struct phy_device *phydev) in tja11xx_enable_link_control() 123 static int tja11xx_disable_link_control(struct phy_device *phydev) in tja11xx_disable_link_control() 128 static int tja11xx_wakeup(struct phy_device *phydev) in tja11xx_wakeup() 174 static int tja11xx_soft_reset(struct phy_device *phydev) in tja11xx_soft_reset() 185 static int tja11xx_config_aneg_cable_test(struct phy_device *phydev) in tja11xx_config_aneg_cable_test() 218 static int tja11xx_config_aneg(struct phy_device *phydev) in tja11xx_config_aneg() [all …]
|
| H A D | micrel.c | 134 static int kszphy_extended_write(struct phy_device *phydev, in kszphy_extended_write() 141 static int kszphy_extended_read(struct phy_device *phydev, in kszphy_extended_read() 148 static int kszphy_ack_interrupt(struct phy_device *phydev) in kszphy_ack_interrupt() 158 static int kszphy_config_intr(struct phy_device *phydev) in kszphy_config_intr() 185 static int kszphy_rmii_clk_sel(struct phy_device *phydev, bool val) in kszphy_rmii_clk_sel() 201 static int kszphy_setup_led(struct phy_device *phydev, u32 reg, int val) in kszphy_setup_led() 235 static int kszphy_broadcast_disable(struct phy_device *phydev) in kszphy_broadcast_disable() 251 static int kszphy_nand_tree_disable(struct phy_device *phydev) in kszphy_nand_tree_disable() 272 static int kszphy_config_reset(struct phy_device *phydev) in kszphy_config_reset() 292 static int kszphy_config_init(struct phy_device *phydev) in kszphy_config_init() [all …]
|
| H A D | at803x.c | 165 static int at803x_debug_reg_read(struct phy_device *phydev, u16 reg) in at803x_debug_reg_read() 176 static int at803x_debug_reg_mask(struct phy_device *phydev, u16 reg, in at803x_debug_reg_mask() 193 static int at803x_enable_rx_delay(struct phy_device *phydev) in at803x_enable_rx_delay() 199 static int at803x_enable_tx_delay(struct phy_device *phydev) in at803x_enable_tx_delay() 205 static int at803x_disable_rx_delay(struct phy_device *phydev) in at803x_disable_rx_delay() 211 static int at803x_disable_tx_delay(struct phy_device *phydev) in at803x_disable_tx_delay() 218 static void at803x_context_save(struct phy_device *phydev, in at803x_context_save() 230 static void at803x_context_restore(struct phy_device *phydev, in at803x_context_restore() 241 static int at803x_set_wol(struct phy_device *phydev, in at803x_set_wol() 285 static void at803x_get_wol(struct phy_device *phydev, in at803x_get_wol() [all …]
|
| H A D | microchip.c | 24 static int lan88xx_read_page(struct phy_device *phydev) in lan88xx_read_page() 29 static int lan88xx_write_page(struct phy_device *phydev, int page) in lan88xx_write_page() 34 static int lan88xx_phy_config_intr(struct phy_device *phydev) in lan88xx_phy_config_intr() 52 static int lan88xx_phy_ack_interrupt(struct phy_device *phydev) in lan88xx_phy_ack_interrupt() 59 static int lan88xx_suspend(struct phy_device *phydev) in lan88xx_suspend() 70 static int lan88xx_TR_reg_set(struct phy_device *phydev, u16 regaddr, in lan88xx_TR_reg_set() 119 static void lan88xx_config_TR_regs(struct phy_device *phydev) in lan88xx_config_TR_regs() 215 static int lan88xx_probe(struct phy_device *phydev) in lan88xx_probe() 258 static void lan88xx_remove(struct phy_device *phydev) in lan88xx_remove() 267 static int lan88xx_set_wol(struct phy_device *phydev, in lan88xx_set_wol() [all …]
|
| H A D | bcm87xx.c | 34 static int bcm87xx_of_reg_init(struct phy_device *phydev) in bcm87xx_of_reg_init() 78 static int bcm87xx_of_reg_init(struct phy_device *phydev) in bcm87xx_of_reg_init() 84 static int bcm87xx_get_features(struct phy_device *phydev) in bcm87xx_get_features() 91 static int bcm87xx_config_init(struct phy_device *phydev) in bcm87xx_config_init() 96 static int bcm87xx_config_aneg(struct phy_device *phydev) in bcm87xx_config_aneg() 101 static int bcm87xx_read_status(struct phy_device *phydev) in bcm87xx_read_status() 138 static int bcm87xx_config_intr(struct phy_device *phydev) in bcm87xx_config_intr() 156 static int bcm87xx_did_interrupt(struct phy_device *phydev) in bcm87xx_did_interrupt() 171 static int bcm87xx_ack_interrupt(struct phy_device *phydev) in bcm87xx_ack_interrupt() 178 static int bcm8706_match_phy_device(struct phy_device *phydev) in bcm8706_match_phy_device() [all …]
|
| H A D | smsc.c | 51 static int smsc_phy_config_intr(struct phy_device *phydev) in smsc_phy_config_intr() 68 static int smsc_phy_ack_interrupt(struct phy_device *phydev) in smsc_phy_ack_interrupt() 75 static int smsc_phy_config_init(struct phy_device *phydev) in smsc_phy_config_init() 97 static int smsc_phy_reset(struct phy_device *phydev) in smsc_phy_reset() 116 static int lan911x_config_init(struct phy_device *phydev) in lan911x_config_init() 121 static int lan87xx_config_aneg(struct phy_device *phydev) in lan87xx_config_aneg() 155 static int lan95xx_config_aneg_ext(struct phy_device *phydev) in lan95xx_config_aneg_ext() 181 static int lan87xx_read_status(struct phy_device *phydev) in lan87xx_read_status() 222 static int smsc_get_sset_count(struct phy_device *phydev) in smsc_get_sset_count() 227 static void smsc_get_strings(struct phy_device *phydev, u8 *data) in smsc_get_strings() [all …]
|
| H A D | vitesse.c | 78 static int vsc824x_add_skew(struct phy_device *phydev) in vsc824x_add_skew() 99 static int vsc824x_config_init(struct phy_device *phydev) in vsc824x_config_init() 116 static int vsc73xx_read_page(struct phy_device *phydev) in vsc73xx_read_page() 121 static int vsc73xx_write_page(struct phy_device *phydev, int page) in vsc73xx_write_page() 126 static void vsc73xx_config_init(struct phy_device *phydev) in vsc73xx_config_init() 137 static int vsc738x_config_init(struct phy_device *phydev) in vsc738x_config_init() 203 static int vsc739x_config_init(struct phy_device *phydev) in vsc739x_config_init() 235 static int vsc73xx_config_aneg(struct phy_device *phydev) in vsc73xx_config_aneg() 248 static int vsc8601_add_skew(struct phy_device *phydev) in vsc8601_add_skew() 260 static int vsc8601_config_init(struct phy_device *phydev) in vsc8601_config_init() [all …]
|
| H A D | motorcomm.c | 113 static int yt8511_read_page(struct phy_device *phydev) in yt8511_read_page() 118 static int yt8511_write_page(struct phy_device *phydev, int page) in yt8511_write_page() 123 static int yt8511_config_init(struct phy_device *phydev) in yt8511_config_init() 186 static u32 ytphy_read_ext(struct phy_device *phydev, u32 regnum) in ytphy_read_ext() 204 static int ytphy_write_ext(struct phy_device *phydev, u32 regnum, u16 val) in ytphy_write_ext() 222 static int ytphy_soft_reset(struct phy_device *phydev) in ytphy_soft_reset() 237 static int yt8512_clk_init(struct phy_device *phydev) in yt8512_clk_init() 283 static int yt8512_led_init(struct phy_device *phydev) in yt8512_led_init() 318 static int yt8512_config_init(struct phy_device *phydev) in yt8512_config_init() 345 static int yt8512_read_status(struct phy_device *phydev) in yt8512_read_status() [all …]
|
| H A D | bcm7xxx.c | 51 static int bcm7xxx_28nm_d0_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_d0_afe_config_init() 91 static int bcm7xxx_28nm_e0_plus_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_e0_plus_afe_config_init() 119 static int bcm7xxx_28nm_a0_patch_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_a0_patch_afe_config_init() 144 static int bcm7xxx_28nm_config_init(struct phy_device *phydev) in bcm7xxx_28nm_config_init() 207 static int bcm7xxx_28nm_resume(struct phy_device *phydev) in bcm7xxx_28nm_resume() 255 static int bcm7xxx_28nm_ephy_01_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_ephy_01_afe_config_init() 301 static int bcm7xxx_28nm_ephy_apd_enable(struct phy_device *phydev) in bcm7xxx_28nm_ephy_apd_enable() 326 static int bcm7xxx_28nm_ephy_eee_enable(struct phy_device *phydev) in bcm7xxx_28nm_ephy_eee_enable() 389 static int bcm7xxx_28nm_ephy_config_init(struct phy_device *phydev) in bcm7xxx_28nm_ephy_config_init() 445 static int bcm7xxx_28nm_ephy_read_mmd(struct phy_device *phydev, in bcm7xxx_28nm_ephy_read_mmd() [all …]
|
| H A D | rk630phy.c | 75 struct phy_device *phydev; member 83 static void rk630_phy_t22_get_tx_level_from_efuse(struct phy_device *phydev) in rk630_phy_t22_get_tx_level_from_efuse() 114 static void rk630_phy_wol_enable(struct phy_device *phydev) in rk630_phy_wol_enable() 136 static void rk630_phy_wol_disable(struct phy_device *phydev) in rk630_phy_wol_disable() 147 static void rk630_phy_ieee_set(struct phy_device *phydev, bool enable) in rk630_phy_ieee_set() 163 static void rk630_phy_set_aps(struct phy_device *phydev, bool enable) in rk630_phy_set_aps() 179 static void rk630_phy_set_uaps(struct phy_device *phydev, bool enable) in rk630_phy_set_uaps() 195 static void rk630_phy_s40_config_init(struct phy_device *phydev) in rk630_phy_s40_config_init() 224 static void rk630_phy_t22_config_init(struct phy_device *phydev) in rk630_phy_t22_config_init() 281 static int rk630_phy_config_init(struct phy_device *phydev) in rk630_phy_config_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/mscc/ |
| H A D | mscc_main.c | 110 static int vsc85xx_phy_read_page(struct phy_device *phydev) in vsc85xx_phy_read_page() 115 static int vsc85xx_phy_write_page(struct phy_device *phydev, int page) in vsc85xx_phy_write_page() 120 static int vsc85xx_get_sset_count(struct phy_device *phydev) in vsc85xx_get_sset_count() 130 static void vsc85xx_get_strings(struct phy_device *phydev, u8 *data) in vsc85xx_get_strings() 143 static u64 vsc85xx_get_stat(struct phy_device *phydev, int i) in vsc85xx_get_stat() 159 static void vsc85xx_get_stats(struct phy_device *phydev, in vsc85xx_get_stats() 172 static int vsc85xx_led_cntl_set(struct phy_device *phydev, in vsc85xx_led_cntl_set() 189 static int vsc85xx_mdix_get(struct phy_device *phydev, u8 *mdix) in vsc85xx_mdix_get() 202 static int vsc85xx_mdix_set(struct phy_device *phydev, u8 mdix) in vsc85xx_mdix_set() 237 static int vsc85xx_downshift_get(struct phy_device *phydev, u8 *count) in vsc85xx_downshift_get() [all …]
|
| H A D | mscc_ptp.c | 27 static int phy_ts_base_write(struct phy_device *phydev, u32 regnum, u16 val) in phy_ts_base_write() 37 static int phy_ts_base_read(struct phy_device *phydev, u32 regnum) in phy_ts_base_read() 62 static u32 vsc85xx_ts_read_csr(struct phy_device *phydev, enum ts_blk blk, in vsc85xx_ts_read_csr() 106 static void vsc85xx_ts_write_csr(struct phy_device *phydev, enum ts_blk blk, in vsc85xx_ts_write_csr() 166 static int vsc85xx_ts_fsb_init(struct phy_device *phydev) in vsc85xx_ts_fsb_init() 245 static void vsc85xx_ts_set_latencies(struct phy_device *phydev) in vsc85xx_ts_set_latencies() 291 static int vsc85xx_ts_disable_flows(struct phy_device *phydev, enum ts_blk blk) in vsc85xx_ts_disable_flows() 344 static int vsc85xx_ts_eth_cmp1_sig(struct phy_device *phydev) in vsc85xx_ts_eth_cmp1_sig() 505 static int vsc85xx_ptp_cmp_init(struct phy_device *phydev, enum ts_blk blk) in vsc85xx_ptp_cmp_init() 539 static int vsc85xx_eth_cmp1_init(struct phy_device *phydev, enum ts_blk blk) in vsc85xx_eth_cmp1_init() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | phy.c | 38 static int genphy_config_advert(struct phy_device *phydev) in genphy_config_advert() 128 static int genphy_setup_forced(struct phy_device *phydev) in genphy_setup_forced() 153 int genphy_restart_aneg(struct phy_device *phydev) in genphy_restart_aneg() 181 int genphy_config_aneg(struct phy_device *phydev) in genphy_config_aneg() 221 int genphy_update_link(struct phy_device *phydev) in genphy_update_link() 290 int genphy_parse_link(struct phy_device *phydev) in genphy_parse_link() 381 int genphy_config(struct phy_device *phydev) in genphy_config() 432 int genphy_startup(struct phy_device *phydev) in genphy_startup() 443 int genphy_shutdown(struct phy_device *phydev) in genphy_shutdown() 556 int phy_set_supported(struct phy_device *phydev, u32 max_speed) in phy_set_supported() [all …]
|
| H A D | micrel_ksz90x1.c | 45 static int ksz90xx_startup(struct phy_device *phydev) in ksz90xx_startup() 109 static int ksz90x1_of_config_group(struct phy_device *phydev, in ksz90x1_of_config_group() 146 static int ksz9021_of_config(struct phy_device *phydev) in ksz9021_of_config() 164 static int ksz9031_of_config(struct phy_device *phydev) in ksz9031_of_config() 183 static int ksz9031_center_flp_timing(struct phy_device *phydev) in ksz9031_center_flp_timing() 200 static int ksz9021_of_config(struct phy_device *phydev) in ksz9021_of_config() 205 static int ksz9031_of_config(struct phy_device *phydev) in ksz9031_of_config() 210 static int ksz9031_center_flp_timing(struct phy_device *phydev) in ksz9031_center_flp_timing() 219 int ksz9021_phy_extended_write(struct phy_device *phydev, int regnum, u16 val) in ksz9021_phy_extended_write() 228 int ksz9021_phy_extended_read(struct phy_device *phydev, int regnum) in ksz9021_phy_extended_read() [all …]
|
| H A D | broadcom.c | 38 static void bcm_phy_write_misc(struct phy_device *phydev, in bcm_phy_write_misc() 57 static int bcm5461_config(struct phy_device *phydev) in bcm5461_config() 66 static int bcm54xx_parse_status(struct phy_device *phydev) in bcm54xx_parse_status() 108 static int bcm54xx_startup(struct phy_device *phydev) in bcm54xx_startup() 128 static u32 bcm5482_read_wirespeed(struct phy_device *phydev, u32 reg) in bcm5482_read_wirespeed() 133 static int bcm5482_config(struct phy_device *phydev) in bcm5482_config() 166 static int bcm_cygnus_startup(struct phy_device *phydev) in bcm_cygnus_startup() 178 static void bcm_cygnus_afe(struct phy_device *phydev) in bcm_cygnus_afe() 214 static int bcm_cygnus_config(struct phy_device *phydev) in bcm_cygnus_config() 230 static int bcm5482_is_serdes(struct phy_device *phydev) in bcm5482_is_serdes() [all …]
|