Home
last modified time | relevance | path

Searched refs:E1000_TXCW_ANE (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_mac.c805 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 De1000_82571.c1729 (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 De1000_defines.h747 #define E1000_TXCW_ANE 0x80000000 /* Auto-neg enable */ macro
H A De1000_82543.c1365 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 De1000.c1456 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 De1000_hw.h1298 #define E1000_TXCW_ANE 0x80000000 /* Auto-neg enable */ macro