Home
last modified time | relevance | path

Searched refs:e1000_write_phy_reg (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c112 static int e1000_write_phy_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t phy_data);
779 e1000_write_phy_reg(hw,0x0000,0x0140);
784 e1000_write_phy_reg(hw, 0x1F95, 0x0001);
786 e1000_write_phy_reg(hw, 0x1F71, 0xBD21);
788 e1000_write_phy_reg(hw, 0x1F79, 0x0018);
790 e1000_write_phy_reg(hw, 0x1F30, 0x1600);
792 e1000_write_phy_reg(hw, 0x1F31, 0x0014);
794 e1000_write_phy_reg(hw, 0x1F32, 0x161C);
796 e1000_write_phy_reg(hw, 0x1F94, 0x0003);
798 e1000_write_phy_reg(hw, 0x1F96, 0x003F);
[all …]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4480 (void) e1000_write_phy_reg(hw, in e1000g_link_check()
5102 (void) e1000_write_phy_reg(hw, in e1000g_smartspeed()
5115 (void) e1000_write_phy_reg(hw, in e1000g_smartspeed()
5139 (void) e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); in e1000g_smartspeed()
5148 (void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl); in e1000g_smartspeed()
5701 (void) e1000_write_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, 0x0808); in e1000g_set_internal_loopback()
5703 (void) e1000_write_phy_reg(hw, PHY_CONTROL, in e1000g_set_internal_loopback()
5706 (void) e1000_write_phy_reg(hw, PHY_CONTROL, in e1000g_set_internal_loopback()
5713 (void) e1000_write_phy_reg(hw, 29, 0x001F); in e1000g_set_internal_loopback()
5714 (void) e1000_write_phy_reg(hw, 30, 0x8FFC); in e1000g_set_internal_loopback()
[all …]
H A De1000g_rx.c337 (void) e1000_write_phy_reg(hw, PHY_REG(770, 26), phy_data); in e1000g_rx_setup()
343 (void) e1000_write_phy_reg(hw, 0x10, 0x2823); in e1000g_rx_setup()
344 (void) e1000_write_phy_reg(hw, 0x11, 0x0003); in e1000g_rx_setup()
345 (void) e1000_write_phy_reg(hw, 22, phy_data); in e1000g_rx_setup()
H A De1000g_osdep.c98 (void) e1000_write_phy_reg(hw, offset, reg); in phy_spd_state()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h88 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data);
H A De1000_api.c1072 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg() function
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3967 (void) e1000_write_phy_reg(hw, 0x0, 0x0140); in igb_set_external_loopback()
3968 (void) e1000_write_phy_reg(hw, 0x9, 0x1a00); in igb_set_external_loopback()
3969 (void) e1000_write_phy_reg(hw, 0x12, 0x1610); in igb_set_external_loopback()
3970 (void) e1000_write_phy_reg(hw, 0x1f37, 0x3f1c); in igb_set_external_loopback()
3999 (void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl); in igb_set_internal_phy_loopback()
4004 (void) e1000_write_phy_reg(hw, 0x10, phy_pconf); in igb_set_internal_phy_loopback()