Searched refs: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() 1061 u32 txcw; in e1000_commit_fc_settings_generic() local 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() 1114 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000_commit_fc_settings_generic() [all …]
|
H A D | e1000_82571.c | 1656 u32 txcw; in e1000_check_for_serdes_link_82571() local 1694 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_serdes_link_82571() 1729 (mac->txcw & ~E1000_TXCW_ANE)); 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() 1790 txcw |= E1000_TXCW_ANE; 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_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()
|
H A D | e1000_hw.h | 783 u32 txcw; member
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 1407 uint32_t txcw = 0; local 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); 1491 E1000_WRITE_REG(hw, TXCW, txcw); 1495 hw->txcw = txcw; 2542 E1000_WRITE_REG(hw, TXCW, (hw->txcw & ~E1000_TXCW_ANE)); 2565 E1000_WRITE_REG(hw, TXCW, hw->txcw);
|
H A D | e1000_hw.h | 920 uint32_t txcw; member
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 5423 uint32_t txcw; in e1000g_set_internal_loopback() local 5550 txcw = E1000_READ_REG(hw, E1000_TXCW); in e1000g_set_internal_loopback() 5551 txcw &= ~((uint32_t)1 << 31); in e1000g_set_internal_loopback() 5552 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000g_set_internal_loopback() 5594 uint32_t txcw; in e1000g_set_external_loopback_1000() local 5664 txcw = E1000_READ_REG(hw, E1000_TXCW); in e1000g_set_external_loopback_1000() 5665 txcw &= ~((uint32_t)1 << 31); in e1000g_set_external_loopback_1000() 5666 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000g_set_external_loopback_1000()
|