Searched refs:E1000_TXCW_ANE (Results 1 – 6 of 6) sorted by relevance
/titanic_50/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() 870 E1000_WRITE_REG(hw, E1000_TXCW, (mac->txcw & ~E1000_TXCW_ANE)); 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() 1084 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_commit_fc_settings_generic() 1094 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic() 1100 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_commit_fc_settings_generic() 1106 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
|
H A D | e1000_82571.c | 1729 (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_serdes_link_82571() 1790 txcw |= E1000_TXCW_ANE; in e1000_check_for_serdes_link_82571()
|
H A D | e1000_defines.h | 747 #define E1000_TXCW_ANE 0x80000000 /* Auto-neg enable */ macro
|
H A D | e1000_82543.c | 1365 E1000_WRITE_REG(hw, E1000_TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_fiber_link_82543()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 1456 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); 1465 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); 1471 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); 1475 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); 2542 E1000_WRITE_REG(hw, TXCW, (hw->txcw & ~E1000_TXCW_ANE)); 2573 !(E1000_TXCW_ANE & E1000_READ_REG(hw, TXCW))) {
|
H A D | e1000_hw.h | 1298 #define E1000_TXCW_ANE 0x80000000 /* Auto-neg enable */ macro
|