Searched refs:E1000_TXCW (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_mac.c | 805 E1000_WRITE_REG(hw, E1000_TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_fiber_link_generic() 825 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_fiber_link_generic() 870 E1000_WRITE_REG(hw, E1000_TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_serdes_link_generic() 890 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_serdes_link_generic() 894 } else if (!(E1000_TXCW_ANE & E1000_READ_REG(hw, E1000_TXCW))) { in e1000_check_for_serdes_link_generic() 913 if (E1000_TXCW_ANE & E1000_READ_REG(hw, E1000_TXCW)) { in e1000_check_for_serdes_link_generic() 1114 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000_commit_fc_settings_generic()
|
H A D | e1000_82571.c | 1694 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_serdes_link_82571() 1728 E1000_WRITE_REG(hw, E1000_TXCW, in e1000_check_for_serdes_link_82571() 1753 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_serdes_link_82571() 1789 txcw = E1000_READ_REG(hw, E1000_TXCW); in e1000_check_for_serdes_link_82571() 1791 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000_check_for_serdes_link_82571()
|
H A D | e1000_regs.h | 83 #define E1000_TXCW 0x00178 /* Tx Configuration Word - RW */ macro
|
H A D | e1000_82543.c | 1370 E1000_WRITE_REG(hw, E1000_TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_fiber_link_82543() 1391 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_fiber_link_82543()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 584 #define E1000_TXCW 0x00178 /* TX Configuration Word - RW */ macro 727 #define E1000_82542_TXCW E1000_TXCW
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 288 {"TXCW", E1000_TXCW}, {"RXCW", E1000_RXCW}, in mac_dump()
|
H A D | e1000g_main.c | 5550 txcw = E1000_READ_REG(hw, E1000_TXCW); in e1000g_set_internal_loopback() 5552 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000g_set_internal_loopback() 5664 txcw = E1000_READ_REG(hw, E1000_TXCW); in e1000g_set_external_loopback_1000() 5666 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000g_set_external_loopback_1000()
|