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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnatsemi.c198 static unsigned int rx_config; variable
429 rx_config = 0x10000020;
432 rx_config = 0x0020;
435 outl(rx_config, ioaddr + RxConfig);
580 rx_config |= 0x10000000;
583 rx_config &= ~0x10000000;
587 outl(rx_config, ioaddr + RxConfig);

Completed in 16 milliseconds