Home
last modified time | relevance | path

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

/drivers/net/ethernet/8390/
Dzorro8390.c130 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_get_8390_hdr()
141 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_get_8390_hdr()
172 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_input()
184 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_block_input()
216 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_output()
231 while ((z_readb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in zorro8390_block_output()
240 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_block_output()
Dmcf8390.c204 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_get_8390_hdr()
213 outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_get_8390_hdr()
240 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_block_input()
251 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_block_input()
276 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_block_output()
288 while ((ei_inb(addr + NE_EN0_ISR) & ENISR_RDC) == 0) { in mcf8390_block_output()
297 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_block_output()
Dapne.c406 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_get_8390_hdr()
423 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_get_8390_hdr()
452 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_input()
471 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_input()
502 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_output()
523 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in apne_block_output()
531 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_output()
Dne2k-pci.c529 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_get_8390_hdr()
582 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_input()
625 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_output()
650 while ((inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne2k_pci_block_output()
659 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_output()
Dxsurf100.c217 ei_outb(ENISR_RDC, nic_base + EN0_ISR); in xs100_block_output()
231 while ((ei_inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) { in xs100_block_output()
240 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in xs100_block_output()
Dne.c602 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr()
676 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_input()
728 outb_p(ENISR_RDC, nic_base + EN0_ISR); in ne_block_output()
772 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne_block_output()
780 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_output()
Detherh.c340 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_block_output()
354 while ((readb (addr + EN0_ISR) & ENISR_RDC) == 0) in etherh_block_output()
362 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_block_output()
403 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_block_input()
440 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_get_header()
Dax88796.c209 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_get_8390_hdr()
288 ei_outb(ENISR_RDC, nic_base + EN0_ISR); in ax_block_output()
304 while ((ei_inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) { in ax_block_output()
313 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_block_output()
706 ei_outb(ENISR_RDC, ioaddr + EN0_ISR); /* Ack intr. */ in ax_init_dev()
D8390.h201 #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()
1207 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_input()
1247 outb_p(ENISR_RDC, nic_base + EN0_ISR); in dma_block_output()
1283 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in dma_block_output()
1291 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_output()
Dlib8390.c488 if (interrupts & ENISR_RDC) in __ei_interrupt()
489 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()