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

/external/syslinux/gpxe/src/drivers/net/
H A Dns8390.c189 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR);
229 (inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
236 while((inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
306 outb(0xFF, eth_nic_base+D8390_P0_ISR);
329 outb(0xFF, eth_nic_base+D8390_P0_ISR);
393 outb(D8390_ISR_OVW, eth_nic_base+D8390_P0_ISR);
513 if (!eth_drain_receiver && (inb(eth_nic_base+D8390_P0_ISR) & D8390_ISR_OVW)) {
H A Dne2k_isa.c72 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR);
248 outb(0xFF, eth_nic_base+D8390_P0_ISR);
260 outb(0xFF, eth_nic_base+D8390_P0_ISR);
H A Dns8390.h176 #define D8390_P0_ISR 0x07 macro

Completed in 64 milliseconds