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

/freebsd-13-stable/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(77
[all...]
H A De1000_ich8lan.c1660 PHY_REG(776, 20),
1673 PHY_REG(776, 20), data);
1684 PHY_REG(776, 20),
2453 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
2460 ret_val = hw->phy.ops.write_reg_locked(hw, PHY_REG(770, 19),
2647 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 25), 0x4431);
2787 hw->phy.ops.read_reg(hw, PHY_REG(769, 20), &phy_reg);
2788 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(769, 20),
2853 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data);
2856 ret_val = hw->phy.ops.write_reg(hw, PHY_REG(76
[all...]

Completed in 62 milliseconds