Searched refs:txcw (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c1407 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);
[all...]
H A De1000_hw.h920 uint32_t txcw; member in struct:e1000_hw

Completed in 41 milliseconds