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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnatsemi.c199 static unsigned int tx_config; variable
428 tx_config = 0xD0801002;
431 tx_config = 0x10801002;
434 outl(tx_config, ioaddr + TxConfig);
581 tx_config |= 0xC0000000;
584 tx_config &= ~0xC0000000;
586 outl(tx_config, ioaddr + TxConfig);

Completed in 16 milliseconds