Home
last modified time | relevance | path

Searched refs:PHY_REG (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/e1000/
H A De1000_ich8lan.h136 #define PHY_REG(page, reg) (((page) << PHY_PAGE_SHIFT) | \ macro
138 #define IGP3_KMRN_DIAG PHY_REG(770, 19) /* KMRN Diagnostic */
139 #define IGP3_VR_CTRL PHY_REG(776, 18) /* Voltage Regulator Control */
146 #define BM_PORT_GEN_CFG PHY_REG(BM_PORT_CTRL_PAGE, 17)
147 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0)
148 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1)
149 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2)
150 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3)
165 #define HV_LED_CONFIG PHY_REG(768, 30) /* LED Configuration */
166 #define HV_MUX_DATA_CTRL PHY_REG(776, 16)
[all …]
H A De1000_ich8lan.c1667 PHY_REG(776, 20), in e1000_check_for_copper_link_ich8lan()
1680 PHY_REG(776, 20), data); in e1000_check_for_copper_link_ich8lan()
1691 PHY_REG(776, 20), in e1000_check_for_copper_link_ich8lan()
2464 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19), in e1000_k1_gig_workaround_hv()
2471 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19), in e1000_k1_gig_workaround_hv()
2659 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 25), 0x4431); in e1000_hv_phy_workarounds_ich8lan()
2799 hw->phy.ops.read_reg(hw, PHY_REG(769, 20), &phy_reg); in e1000_lv_jumbo_workaround_ich8lan()
2800 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 20), in e1000_lv_jumbo_workaround_ich8lan()
2865 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data); in e1000_lv_jumbo_workaround_ich8lan()
2868 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 23), data); in e1000_lv_jumbo_workaround_ich8lan()
[all …]