Home
last modified time | relevance | path

Searched refs:E1000_MANC (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/e1000/
H A De1000_82540.c312 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82540()
314 E1000_WRITE_REG(hw, E1000_MANC, manc); in e1000_reset_hw_82540()
634 if (!(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_SMBUS_EN)) in e1000_power_down_phy_copper_82540()
H A De1000_base.c165 if (!(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_RCV_TCO_EN)) in e1000_rx_fifo_flush_base()
H A De1000_82541.c344 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82541()
346 E1000_WRITE_REG(hw, E1000_MANC, manc); in e1000_reset_hw_82541()
1231 if (!(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_SMBUS_EN)) in e1000_power_down_phy_copper_82541()
H A De1000_manage.c352 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_enable_mng_pass_thru()
H A De1000_regs.h508 #define E1000_MANC 0x05820 /* Management Control - RW */ macro
H A Dif_em.c3796 int manc = E1000_READ_REG(&sc->hw, E1000_MANC); in em_init_manageability()
3808 E1000_WRITE_REG(&sc->hw, E1000_MANC, manc); in em_init_manageability()
3820 int manc = E1000_READ_REG(&sc->hw, E1000_MANC); in em_release_manageability()
3826 E1000_WRITE_REG(&sc->hw, E1000_MANC, manc); in em_release_manageability()
H A De1000_phy.c211 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_check_reset_block_generic()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c1830 case E1000_MANC: in e82545_write_register()
1981 case E1000_MANC: in e82545_read_register()