HomeSort by relevance Sort by last modified time
    Searched refs:D8390_ISR_RDC (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
ns8390.h 216 #define D8390_ISR_RDC 0x40 /* Remote DMA complete */
ns8390.c 159 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR);
198 (inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
199 != D8390_ISR_RDC;
204 while((inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
205 != D8390_ISR_RDC);

Completed in 577 milliseconds