Home
last modified time | relevance | path

Searched refs:ENISR_RDC (Results 1 – 11 of 11) sorted by relevance

/drivers/net/ethernet/8390/
Dzorro8390.c129 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_get_8390_hdr()
140 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_get_8390_hdr()
171 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_input()
183 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_block_input()
215 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_output()
230 while ((z_readb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in zorro8390_block_output()
239 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_block_output()
Dapne.c397 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_get_8390_hdr()
414 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_get_8390_hdr()
443 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_input()
462 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_input()
493 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_output()
514 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in apne_block_output()
522 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_output()
Dmcf8390.c205 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_get_8390_hdr()
214 outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_get_8390_hdr()
241 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_block_input()
252 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_block_input()
277 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_block_output()
289 while ((ei_inb(addr + NE_EN0_ISR) & ENISR_RDC) == 0) { in mcf8390_block_output()
298 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_block_output()
Dne-h8300.c426 outb_p(ENISR_RDC, NE_BASE + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr()
502 outb_p(ENISR_RDC, NE_BASE + EN0_ISR); /* Ack intr. */ in ne_block_input()
553 outb_p(ENISR_RDC, NE_BASE + EN0_ISR); in ne_block_output()
600 while ((inb_p(NE_BASE + EN0_ISR) & ENISR_RDC) == 0) in ne_block_output()
608 outb_p(ENISR_RDC, NE_BASE + EN0_ISR); /* Ack intr. */ in ne_block_output()
Dne2k-pci.c505 outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne2k_pci_get_8390_hdr()
557 outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne2k_pci_block_input()
597 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_output()
622 while ((inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne2k_pci_block_output()
630 outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne2k_pci_block_output()
Detherh.c348 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_block_output()
362 while ((readb (addr + EN0_ISR) & ENISR_RDC) == 0) in etherh_block_output()
371 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_block_output()
412 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_block_input()
449 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_get_header()
Dne.c609 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr()
682 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_input()
733 outb_p(ENISR_RDC, nic_base + EN0_ISR); in ne_block_output()
777 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne_block_output()
785 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_output()
Dax88796.c200 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_get_8390_hdr()
279 ei_outb(ENISR_RDC, nic_base + EN0_ISR); in ax_block_output()
295 while ((ei_inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) { in ax_block_output()
304 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_block_output()
D8390.h195 #define ENISR_RDC 0x40 /* remote dma complete */ macro
Dpcnet_cs.c1150 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_get_8390_hdr()
1203 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_input()
1243 outb_p(ENISR_RDC, nic_base + EN0_ISR); in dma_block_output()
1278 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in dma_block_output()
1286 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_output()
Dlib8390.c482 if (interrupts & ENISR_RDC) in __ei_interrupt()
483 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()