Searched refs:E1000_MANC (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82540.c | 312 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 D | e1000_82541.c | 344 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 D | e1000_manage.c | 350 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_enable_mng_pass_thru()
|
H A D | e1000_regs.h | 495 #define E1000_MANC 0x05820 /* Management Control - RW */ macro
|
H A D | e1000_82575.c | 2160 !(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_RCV_TCO_EN)) in e1000_rx_fifo_flush_82575()
|
H A D | e1000_phy.c | 205 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_check_reset_block_generic()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 683 #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 D | e1000g_debug.c | 349 {"MANC", E1000_MANC}, {"IPAV", E1000_IPAV}, in mac_dump()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_e82545.c | 1863 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 D | igb_main.c | 2322 (E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_RCV_TCO_EN)) { in igb_setup_rx()
|