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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_ich8lan.h146 #define BM_PORT_GEN_CFG PHY_REG(BM_PORT_CTRL_PAGE, 17) macro
H A De1000_ich8lan.c2693 ret_val = hw->phy.ops.read_reg_locked(hw, BM_PORT_GEN_CFG, &phy_data);
2696 ret_val = hw->phy.ops.write_reg_locked(hw, BM_PORT_GEN_CFG,
3121 hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, &reg);
3123 hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, reg);
5107 hw->phy.ops.read_reg(hw, BM_PORT_GEN_CFG, &i);
5109 hw->phy.ops.write_reg(hw, BM_PORT_GEN_CFG, i);

Completed in 63 milliseconds