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

  /external/syslinux/gpxe/src/drivers/net/
ns8390.c 189 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)) {
ne2k_isa.c 72 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);
ns8390.h 176 #define D8390_P0_ISR 0x07

Completed in 114 milliseconds