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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns8390.h216 #define D8390_ISR_RDC 0x40 /* Remote DMA complete */ macro
H A Dns8390.c175 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR);
215 (inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
216 != D8390_ISR_RDC;
222 while((inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
223 != D8390_ISR_RDC);

Completed in 17 milliseconds