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

/osnet-11/usr/src/grub/grub-0.97/netboot/
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)
222 while((inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
292 outb(0xFF, eth_nic_base+D8390_P0_ISR);
315 outb(0xFF, eth_nic_base+D8390_P0_ISR);
379 outb(D8390_ISR_OVW, eth_nic_base+D8390_P0_ISR);
499 if (!eth_drain_receiver && (inb(eth_nic_base+D8390_P0_ISR) & D8390_ISR_OVW)) {
H A Dns8390.h174 #define D8390_P0_ISR 0x07 macro

Completed in 37 milliseconds