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(h
2916 e1000_write_phy_reg(struct e1000_hw *hw, function
[all...]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_osdep.c98 (void) e1000_write_phy_reg(hw, offset, reg);
H A De1000g_main.c4286 (void) e1000_write_phy_reg(hw,
4908 (void) e1000_write_phy_reg(hw,
4921 (void) e1000_write_phy_reg(hw,
4945 (void) e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl);
4954 (void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl);
5507 (void) e1000_write_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, 0x0808);
5509 (void) e1000_write_phy_reg(hw, PHY_CONTROL,
5512 (void) e1000_write_phy_reg(hw, PHY_CONTROL,
5519 (void) e1000_write_phy_reg(hw, 29, 0x001F);
5520 (void) e1000_write_phy_reg(h
[all...]
H A De1000g_rx.c337 (void) e1000_write_phy_reg(hw, PHY_REG(770, 26), phy_data);
343 (void) e1000_write_phy_reg(hw, 0x10, 0x2823);
344 (void) e1000_write_phy_reg(hw, 0x11, 0x0003);
345 (void) e1000_write_phy_reg(hw, 22, phy_data);
/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.c991 * e1000_write_phy_reg - Writes PHY register
999 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) function
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3922 (void) e1000_write_phy_reg(hw, 0x0, 0x0140);
3923 (void) e1000_write_phy_reg(hw, 0x9, 0x1a00);
3924 (void) e1000_write_phy_reg(hw, 0x12, 0x1610);
3925 (void) e1000_write_phy_reg(hw, 0x1f37, 0x3f1c);
3954 (void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl);
3959 (void) e1000_write_phy_reg(hw, 0x10, phy_pconf);

Completed in 94 milliseconds