Searched refs:PHY_REG (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_ich8lan.h | 134 #define PHY_REG(page, reg) (((page) << PHY_PAGE_SHIFT) | \ macro 136 #define IGP3_KMRN_DIAG PHY_REG(770, 19) /* KMRN Diagnostic */ 137 #define IGP3_VR_CTRL PHY_REG(776, 18) /* Voltage Regulator Control */ 144 #define BM_PORT_GEN_CFG PHY_REG(BM_PORT_CTRL_PAGE, 17) 145 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0) 146 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1) 147 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2) 148 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3) 163 #define HV_LED_CONFIG PHY_REG(768, 30) /* LED Configuration */ 164 #define HV_MUX_DATA_CTRL PHY_REG(776, 16) [all …]
|
H A D | e1000_ich8lan.c | 1644 PHY_REG(776, 20), in e1000_check_for_copper_link_ich8lan() 1657 PHY_REG(776, 20), data); in e1000_check_for_copper_link_ich8lan() 1668 PHY_REG(776, 20), in e1000_check_for_copper_link_ich8lan() 2434 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19), in e1000_k1_gig_workaround_hv() 2441 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19), in e1000_k1_gig_workaround_hv() 2628 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 25), 0x4431); in e1000_hv_phy_workarounds_ich8lan() 2766 hw->phy.ops.read_reg(hw, PHY_REG(769, 20), &phy_reg); in e1000_lv_jumbo_workaround_ich8lan() 2767 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 20), in e1000_lv_jumbo_workaround_ich8lan() 2832 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data); in e1000_lv_jumbo_workaround_ich8lan() 2835 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 23), data); in e1000_lv_jumbo_workaround_ich8lan() [all …]
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_rx.c | 334 (void) e1000_read_phy_reg(hw, PHY_REG(770, 26), &phy_data); in e1000g_rx_setup() 337 (void) e1000_write_phy_reg(hw, PHY_REG(770, 26), phy_data); in e1000g_rx_setup()
|
H A D | e1000g_main.c | 5693 (void) e1000_read_phy_reg(hw, PHY_REG(2, 21), &phy_reg); in e1000g_set_internal_loopback() 5696 (void) e1000_write_phy_reg(hw, PHY_REG(2, 21), phy_reg); in e1000g_set_internal_loopback() 5701 (void) e1000_read_phy_reg(hw, PHY_REG(769, 16), &phy_reg); in e1000g_set_internal_loopback() 5702 (void) e1000_write_phy_reg(hw, PHY_REG(769, 16), in e1000g_set_internal_loopback() 5705 (void) e1000_read_phy_reg(hw, PHY_REG(776, 16), &phy_reg); in e1000g_set_internal_loopback() 5706 (void) e1000_write_phy_reg(hw, PHY_REG(776, 16), in e1000g_set_internal_loopback() 5709 (void) e1000_read_phy_reg(hw, PHY_REG(769, 16), &phy_reg); in e1000g_set_internal_loopback() 5710 (void) e1000_write_phy_reg(hw, PHY_REG(769, 16), in e1000g_set_internal_loopback() 5713 (void) e1000_read_phy_reg(hw, PHY_REG(769, 20), &phy_reg); in e1000g_set_internal_loopback() 5714 (void) e1000_write_phy_reg(hw, PHY_REG(769, 20), in e1000g_set_internal_loopback()
|