Searched refs:e1000_read_phy_reg (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_stat.c894 (void) e1000_read_phy_reg(hw, HV_SCC_UPPER, &phy_high);
895 (void) e1000_read_phy_reg(hw, HV_SCC_LOWER, &phy_low);
900 (void) e1000_read_phy_reg(hw, HV_MCC_UPPER, &phy_high);
901 (void) e1000_read_phy_reg(hw, HV_MCC_LOWER, &phy_low);
906 (void) e1000_read_phy_reg(hw, HV_ECOL_UPPER, &phy_high);
907 (void) e1000_read_phy_reg(hw, HV_ECOL_LOWER, &phy_low);
912 (void) e1000_read_phy_reg(hw, HV_COLC_UPPER, &phy_high);
913 (void) e1000_read_phy_reg(hw, HV_COLC_LOWER, &phy_low);
918 (void) e1000_read_phy_reg(hw, HV_LATECOL_UPPER,
920 (void) e1000_read_phy_reg(h
[all...]
H A De1000g_osdep.c91 (void) e1000_read_phy_reg(hw, offset, &reg);
H A De1000g_main.c4283 (void) e1000_read_phy_reg(hw,
4885 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
4889 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
4897 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
4918 !e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl)) {
4943 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
4951 !e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl)) {
5495 (void) e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl);
5541 (void) e1000_read_phy_reg(hw, PHY_REG(2, 21), &phy_reg);
5549 (void) e1000_read_phy_reg(h
[all...]
H A De1000g_rx.c334 (void) e1000_read_phy_reg(hw, PHY_REG(770, 26), &phy_data);
340 (void) e1000_read_phy_reg(hw, 22, &phy_data);
H A De1000g_debug.c239 uint32_t stat; /* status from e1000_read_phy_reg */
245 stat = e1000_read_phy_reg(hw, offset[i], &value);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c110 static int e1000_read_phy_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t *phy_data);
812 e1000_read_phy_reg(hw, IGP01E1000_ANALOG_SPARE_FUSE_STATUS, &fused);
815 e1000_read_phy_reg(hw, IGP01E1000_ANALOG_FUSE_STATUS, &fused);
1600 if((ret_val = e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CTRL,
1647 if((ret_val = e1000_read_phy_reg(hw,
1657 if((ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL,
1666 if((ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL,
1698 if((ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_CTRL,
1747 if((ret_val = e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL,
1812 if((ret_val = e1000_read_phy_reg(h
2813 e1000_read_phy_reg(struct e1000_hw *hw, function
[all...]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c1251 (void) e1000_read_phy_reg(hw, PHY_EXT_STATUS,
1264 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
1276 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
1288 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
1299 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
1309 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
H A Digb_main.c3957 (void) e1000_read_phy_reg(hw, 0x10, &phy_pconf);
5063 (void) e1000_read_phy_reg(hw, PHY_CONTROL, &phy_ctrl);
5064 (void) e1000_read_phy_reg(hw, PHY_STATUS, &phy_status);
5065 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &phy_an_adv);
5066 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_EXP, &phy_an_exp);
5067 (void) e1000_read_phy_reg(hw, PHY_EXT_STATUS, &phy_ext_status);
5068 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_1000t_ctrl);
5069 (void) e1000_read_phy_reg(hw,
5071 (void) e1000_read_phy_reg(hw, PHY_LP_ABILITY, &phy_lp_able);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h87 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data);
H A De1000_api.c974 * e1000_read_phy_reg - Reads PHY register
982 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data) function

Completed in 75 milliseconds