Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
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_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.c350 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_enable_mng_pass_thru()
H A De1000_regs.h495 #define E1000_MANC 0x05820 /* Management Control - RW */ macro
H A De1000_82575.c2160 !(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_RCV_TCO_EN)) in e1000_rx_fifo_flush_82575()
H A De1000_phy.c205 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_check_reset_block_generic()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h683 #define E1000_MANC 0x05820 /* Management Control - RW */ macro
815 #define E1000_82542_MANC E1000_MANC
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c349 {"MANC", E1000_MANC}, {"IPAV", E1000_IPAV}, in mac_dump()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_e82545.c1863 case E1000_MANC: in e82545_write_register()
2014 case E1000_MANC: in e82545_read_register()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c2322 (E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_RCV_TCO_EN)) { in igb_setup_rx()