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

/external/grub/netboot/
H A Dns8390.c159 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR);
198 (inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
204 while((inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
245 outb(0xFF, eth_nic_base+D8390_P0_ISR);
268 outb(0xFF, eth_nic_base+D8390_P0_ISR);
330 outb(D8390_ISR_OVW, eth_nic_base+D8390_P0_ISR);
442 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 34 milliseconds