Home
last modified time | relevance | path

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

/external/grub/netboot/
Dns8390.c159 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR); in eth_pio_write()
198 (inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC) in eth_pio_write()
204 while((inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC) in eth_pio_write()
245 outb(0xFF, eth_nic_base+D8390_P0_ISR); in ns8390_reset()
268 outb(0xFF, eth_nic_base+D8390_P0_ISR); in ns8390_reset()
330 outb(D8390_ISR_OVW, eth_nic_base+D8390_P0_ISR); in eth_rx_overrun()
442 if (!eth_drain_receiver && (inb(eth_nic_base+D8390_P0_ISR) & D8390_ISR_OVW)) { in ns8390_poll()
Dns8390.h174 #define D8390_P0_ISR 0x07 macro