Searched refs:e1000_write_phy_reg (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 112 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 …]
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 4438 (void) e1000_write_phy_reg(hw, in e1000g_link_check() 5060 (void) e1000_write_phy_reg(hw, in e1000g_smartspeed() 5073 (void) e1000_write_phy_reg(hw, in e1000g_smartspeed() 5097 (void) e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); in e1000g_smartspeed() 5106 (void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl); in e1000g_smartspeed() 5659 (void) e1000_write_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, 0x0808); in e1000g_set_internal_loopback() 5661 (void) e1000_write_phy_reg(hw, PHY_CONTROL, in e1000g_set_internal_loopback() 5664 (void) e1000_write_phy_reg(hw, PHY_CONTROL, in e1000g_set_internal_loopback() 5671 (void) e1000_write_phy_reg(hw, 29, 0x001F); in e1000g_set_internal_loopback() 5672 (void) e1000_write_phy_reg(hw, 30, 0x8FFC); in e1000g_set_internal_loopback() [all …]
|
H A D | e1000g_rx.c | 337 (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 D | e1000g_osdep.c | 98 (void) e1000_write_phy_reg(hw, offset, reg); in phy_spd_state()
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_api.h | 88 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data);
|
H A D | e1000_api.c | 995 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg() function
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 3922 (void) e1000_write_phy_reg(hw, 0x0, 0x0140); in igb_set_external_loopback() 3923 (void) e1000_write_phy_reg(hw, 0x9, 0x1a00); in igb_set_external_loopback() 3924 (void) e1000_write_phy_reg(hw, 0x12, 0x1610); in igb_set_external_loopback() 3925 (void) e1000_write_phy_reg(hw, 0x1f37, 0x3f1c); in igb_set_external_loopback() 3954 (void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl); in igb_set_internal_phy_loopback() 3959 (void) e1000_write_phy_reg(hw, 0x10, phy_pconf); in igb_set_internal_phy_loopback()
|