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

/freebsd-10.1-release/sys/dev/e1000/
H A De1000_ich8lan.h130 #define BM_PORT_GEN_CFG PHY_REG(BM_PORT_CTRL_PAGE, 17) macro
H A De1000_ich8lan.c2487 ret_val = hw->phy.ops.read_reg_locked(hw, BM_PORT_GEN_CFG, &phy_data);
2490 ret_val = hw->phy.ops.write_reg_locked(hw, BM_PORT_GEN_CFG,
2915 hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, &reg);
2917 hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, reg);
4324 hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, &i);
4326 hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, i);

Completed in 108 milliseconds