Searched refs:E1000_PHY_CTRL (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/e1000/
H A De1000_ich8lan.c2554 mac_reg = E1000_READ_REG(hw, E1000_PHY_CTRL);
3228 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
3232 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3257 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3321 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
3325 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
3366 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
5487 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
5490 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
5550 reg = E1000_READ_REG(hw, E1000_PHY_CTRL);
[all...]
H A De1000_regs.h108 #define E1000_PHY_CTRL 0x00F10 /* PHY Control Register in CSR */ macro
109 #define E1000_POEMB E1000_PHY_CTRL /* PHY OEM Bits */
H A De1000_phy.c3440 (!(E1000_READ_REG(hw, E1000_PHY_CTRL) & E1000_PHY_CTRL_GBE_DISABLE)))

Completed in 170 milliseconds