Symbol: e1000_write_phy_reg
usr/src/grub/grub-0.97/netboot/e1000.c
112
static int e1000_write_phy_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t phy_data);
usr/src/grub/grub-0.97/netboot/e1000.c
1255
if((ret_val = e1000_write_phy_reg(hw, M88E1000_PHY_EXT_CTRL,
usr/src/grub/grub-0.97/netboot/e1000.c
1628
if((ret_val = e1000_write_phy_reg(hw, IGP01E1000_PHY_PORT_CTRL,
usr/src/grub/grub-0.97/netboot/e1000.c
1652
if((ret_val = e1000_write_phy_reg(hw,
usr/src/grub/grub-0.97/netboot/e1000.c
1661
if((ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL,
usr/src/grub/grub-0.97/netboot/e1000.c
1693
if((ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL,
usr/src/grub/grub-0.97/netboot/e1000.c
1740
if((ret_val = e1000_write_phy_reg(hw, M88E1000_PHY_SPEC_CTRL,
usr/src/grub/grub-0.97/netboot/e1000.c
1761
if((ret_val = e1000_write_phy_reg(hw,
usr/src/grub/grub-0.97/netboot/e1000.c
1816
if((ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data)))
usr/src/grub/grub-0.97/netboot/e1000.c
2015
if((ret_val = e1000_write_phy_reg(hw, PHY_AUTONEG_ADV,
usr/src/grub/grub-0.97/netboot/e1000.c
2021
if((ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL, mii_1000t_ctrl_reg)))
usr/src/grub/grub-0.97/netboot/e1000.c
3061
if((ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data)))
usr/src/grub/grub-0.97/netboot/e1000.c
779
e1000_write_phy_reg(hw,0x0000,0x0140);
usr/src/grub/grub-0.97/netboot/e1000.c
784
e1000_write_phy_reg(hw, 0x1F95, 0x0001);
usr/src/grub/grub-0.97/netboot/e1000.c
786
e1000_write_phy_reg(hw, 0x1F71, 0xBD21);
usr/src/grub/grub-0.97/netboot/e1000.c
788
e1000_write_phy_reg(hw, 0x1F79, 0x0018);
usr/src/grub/grub-0.97/netboot/e1000.c
790
e1000_write_phy_reg(hw, 0x1F30, 0x1600);
usr/src/grub/grub-0.97/netboot/e1000.c
792
e1000_write_phy_reg(hw, 0x1F31, 0x0014);
usr/src/grub/grub-0.97/netboot/e1000.c
794
e1000_write_phy_reg(hw, 0x1F32, 0x161C);
usr/src/grub/grub-0.97/netboot/e1000.c
796
e1000_write_phy_reg(hw, 0x1F94, 0x0003);
usr/src/grub/grub-0.97/netboot/e1000.c
798
e1000_write_phy_reg(hw, 0x1F96, 0x003F);
usr/src/grub/grub-0.97/netboot/e1000.c
800
e1000_write_phy_reg(hw, 0x2010, 0x0008);
usr/src/grub/grub-0.97/netboot/e1000.c
802
e1000_write_phy_reg(hw, 0x1F73, 0x0099);
usr/src/grub/grub-0.97/netboot/e1000.c
805
e1000_write_phy_reg(hw, 0x0000, 0x3300);
usr/src/grub/grub-0.97/netboot/e1000.c
830
e1000_write_phy_reg(hw, IGP01E1000_ANALOG_FUSE_CONTROL, fused);
usr/src/grub/grub-0.97/netboot/e1000.c
831
e1000_write_phy_reg(hw, IGP01E1000_ANALOG_FUSE_BYPASS,
usr/src/uts/common/io/e1000api/e1000_api.h
88
s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data);
usr/src/uts/common/io/e1000g/e1000g_main.c
4480
(void) e1000_write_phy_reg(hw,
usr/src/uts/common/io/e1000g/e1000g_main.c
5100
(void) e1000_write_phy_reg(hw,
usr/src/uts/common/io/e1000g/e1000g_main.c
5113
(void) e1000_write_phy_reg(hw,
usr/src/uts/common/io/e1000g/e1000g_main.c
5137
(void) e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl);
usr/src/uts/common/io/e1000g/e1000g_main.c
5146
(void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl);
usr/src/uts/common/io/e1000g/e1000g_main.c
5699
(void) e1000_write_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, 0x0808);
usr/src/uts/common/io/e1000g/e1000g_main.c
5701
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
5704
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
5711
(void) e1000_write_phy_reg(hw, 29, 0x001F);
usr/src/uts/common/io/e1000g/e1000g_main.c
5712
(void) e1000_write_phy_reg(hw, 30, 0x8FFC);
usr/src/uts/common/io/e1000g/e1000g_main.c
5713
(void) e1000_write_phy_reg(hw, 29, 0x001A);
usr/src/uts/common/io/e1000g/e1000g_main.c
5714
(void) e1000_write_phy_reg(hw, 30, 0x8FF0);
usr/src/uts/common/io/e1000g/e1000g_main.c
5718
(void) e1000_write_phy_reg(hw, GG82563_PHY_KMRN_MODE_CTRL,
usr/src/uts/common/io/e1000g/e1000g_main.c
5721
(void) e1000_write_phy_reg(hw, GG82563_PHY_MAC_SPEC_CTRL,
usr/src/uts/common/io/e1000g/e1000g_main.c
5736
(void) e1000_write_phy_reg(hw, PHY_REG(2, 21), phy_reg);
usr/src/uts/common/io/e1000g/e1000g_main.c
5742
(void) e1000_write_phy_reg(hw, PHY_REG(769, 16),
usr/src/uts/common/io/e1000g/e1000g_main.c
5746
(void) e1000_write_phy_reg(hw, PHY_REG(776, 16),
usr/src/uts/common/io/e1000g/e1000g_main.c
5750
(void) e1000_write_phy_reg(hw, PHY_REG(769, 16),
usr/src/uts/common/io/e1000g/e1000g_main.c
5754
(void) e1000_write_phy_reg(hw, PHY_REG(769, 20),
usr/src/uts/common/io/e1000g/e1000g_main.c
5759
(void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl | MII_CR_LOOPBACK);
usr/src/uts/common/io/e1000g/e1000g_main.c
5892
(void) e1000_write_phy_reg(hw, 0x0, 0x140);
usr/src/uts/common/io/e1000g/e1000g_main.c
5894
(void) e1000_write_phy_reg(hw, 0x9, 0x1A00);
usr/src/uts/common/io/e1000g/e1000g_main.c
5895
(void) e1000_write_phy_reg(hw, 0x12, 0xC10);
usr/src/uts/common/io/e1000g/e1000g_main.c
5896
(void) e1000_write_phy_reg(hw, 0x12, 0x1C10);
usr/src/uts/common/io/e1000g/e1000g_main.c
5897
(void) e1000_write_phy_reg(hw, 0x1F37, 0x76);
usr/src/uts/common/io/e1000g/e1000g_main.c
5898
(void) e1000_write_phy_reg(hw, 0x1F33, 0x1);
usr/src/uts/common/io/e1000g/e1000g_main.c
5899
(void) e1000_write_phy_reg(hw, 0x1F33, 0x0);
usr/src/uts/common/io/e1000g/e1000g_main.c
5901
(void) e1000_write_phy_reg(hw, 0x1F35, 0x65);
usr/src/uts/common/io/e1000g/e1000g_main.c
5902
(void) e1000_write_phy_reg(hw, 0x1837, 0x3F7C);
usr/src/uts/common/io/e1000g/e1000g_main.c
5903
(void) e1000_write_phy_reg(hw, 0x1437, 0x3FDC);
usr/src/uts/common/io/e1000g/e1000g_main.c
5904
(void) e1000_write_phy_reg(hw, 0x1237, 0x3F7C);
usr/src/uts/common/io/e1000g/e1000g_main.c
5905
(void) e1000_write_phy_reg(hw, 0x1137, 0x3FDC);
usr/src/uts/common/io/e1000g/e1000g_main.c
5941
(void) e1000_write_phy_reg(hw, GG82563_REG(6, 16),
usr/src/uts/common/io/e1000g/e1000g_main.c
5966
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
5971
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
6003
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_main.c
6008
(void) e1000_write_phy_reg(hw, PHY_CONTROL,
usr/src/uts/common/io/e1000g/e1000g_osdep.c
98
(void) e1000_write_phy_reg(hw, offset, reg);
usr/src/uts/common/io/e1000g/e1000g_rx.c
336
(void) e1000_write_phy_reg(hw, PHY_REG(770, 26), phy_data);
usr/src/uts/common/io/e1000g/e1000g_rx.c
342
(void) e1000_write_phy_reg(hw, 0x10, 0x2823);
usr/src/uts/common/io/e1000g/e1000g_rx.c
343
(void) e1000_write_phy_reg(hw, 0x11, 0x0003);
usr/src/uts/common/io/e1000g/e1000g_rx.c
344
(void) e1000_write_phy_reg(hw, 22, phy_data);
usr/src/uts/common/io/igb/igb_main.c
3965
(void) e1000_write_phy_reg(hw, 0x0, 0x0140);
usr/src/uts/common/io/igb/igb_main.c
3966
(void) e1000_write_phy_reg(hw, 0x9, 0x1a00);
usr/src/uts/common/io/igb/igb_main.c
3967
(void) e1000_write_phy_reg(hw, 0x12, 0x1610);
usr/src/uts/common/io/igb/igb_main.c
3968
(void) e1000_write_phy_reg(hw, 0x1f37, 0x3f1c);
usr/src/uts/common/io/igb/igb_main.c
3997
(void) e1000_write_phy_reg(hw, PHY_CONTROL, phy_ctrl);
usr/src/uts/common/io/igb/igb_main.c
4002
(void) e1000_write_phy_reg(hw, 0x10, phy_pconf);