Home
last modified time | relevance | path

Searched refs:M88E1000_EXT_PHY_SPEC_CTRL (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000_regs.h234 #define M88E1000_EXT_PHY_SPEC_CTRL 0x14 /* Extended PHY Specific Control */ macro
H A De1000.c208 [MII_BMSR] = PHY_R, [M88E1000_EXT_PHY_SPEC_CTRL] = PHY_RW,
248 [M88E1000_EXT_PHY_SPEC_CTRL] = 0x0d60,
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.c800 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data); in e1000e_copper_link_setup_m88()
817 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data); in e1000e_copper_link_setup_m88()
844 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data); in e1000e_copper_link_setup_m88()
851 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data); in e1000e_copper_link_setup_m88()
1368 ret_val = e1e_rphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data); in e1000e_phy_force_speed_duplex_m88()
1377 ret_val = e1e_wphy(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data); in e1000e_phy_force_speed_duplex_m88()
H A Ddefines.h715 #define M88E1000_EXT_PHY_SPEC_CTRL 0x14 /* Extended PHY Specific Control */ macro
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.c583 ret_val = phy->ops.read_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in igb_copper_link_setup_m88()
602 ret_val = phy->ops.write_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in igb_copper_link_setup_m88()
1293 ret_val = phy->ops.read_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_data); in igb_phy_force_speed_duplex_m88()
1302 ret_val = phy->ops.write_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_data); in igb_phy_force_speed_duplex_m88()
H A De1000_defines.h893 #define M88E1000_EXT_PHY_SPEC_CTRL 0x14 /* Extended PHY Specific Control */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1124 e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_reg); in e1000_phy_reset_clk_and_crs()
1126 e1000_write_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, phy_reg); in e1000_phy_reset_clk_and_crs()
1193 e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_reg); in e1000_nonintegrated_phy_loopback()
H A De1000_hw.c1261 e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_copper_link_mgp_setup()
1274 M88E1000_EXT_PHY_SPEC_CTRL, in e1000_copper_link_mgp_setup()
1285 M88E1000_EXT_PHY_SPEC_CTRL, in e1000_copper_link_mgp_setup()
1831 e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_phy_force_speed_duplex()
1838 e1000_write_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_phy_force_speed_duplex()
H A De1000_hw.h2499 #define M88E1000_EXT_PHY_SPEC_CTRL 0x14 /* Extended PHY Specific Control */ macro
H A De1000_main.c4819 case M88E1000_EXT_PHY_SPEC_CTRL: in e1000_mii_ioctl()
/openbmc/u-boot/drivers/net/
H A De1000.c3085 M88E1000_EXT_PHY_SPEC_CTRL, &phy_data); in e1000_copper_link_mgp_setup()
3097 M88E1000_EXT_PHY_SPEC_CTRL, phy_data); in e1000_copper_link_mgp_setup()
3107 M88E1000_EXT_PHY_SPEC_CTRL, phy_data); in e1000_copper_link_mgp_setup()
H A De1000.h1894 #define M88E1000_EXT_PHY_SPEC_CTRL 0x14 /* Extended PHY Specific Control */ macro