Searched refs:BM_PORT_GEN_CFG (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_ich8lan.h | 144 #define BM_PORT_GEN_CFG PHY_REG(BM_PORT_CTRL_PAGE, 17) macro
|
H A D | e1000_ich8lan.c | 2672 ret_val = hw->phy.ops.read_reg_locked(hw, BM_PORT_GEN_CFG, &phy_data); in e1000_hv_phy_workarounds_ich8lan() 2675 ret_val = hw->phy.ops.write_reg_locked(hw, BM_PORT_GEN_CFG, in e1000_hv_phy_workarounds_ich8lan() 3100 hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, ®); in e1000_post_phy_reset_ich8lan() 3102 hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, reg); in e1000_post_phy_reset_ich8lan() 5087 hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, &i); in e1000_init_hw_ich8lan() 5089 hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, i); in e1000_init_hw_ich8lan()
|