Home
last modified time | relevance | path

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

/drivers/net/ethernet/8390/
Dzorro8390.c132 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_get_8390_hdr()
143 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_get_8390_hdr()
174 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_input()
186 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_block_input()
218 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_output()
233 while ((z_readb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in zorro8390_block_output()
242 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_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()
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.c509 outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne2k_pci_get_8390_hdr()
561 outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne2k_pci_block_input()
601 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_output()
626 while ((inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne2k_pci_block_output()
634 outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne2k_pci_block_output()
Dne.c619 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr()
693 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_input()
745 outb_p(ENISR_RDC, nic_base + EN0_ISR); in ne_block_output()
789 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne_block_output()
797 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_output()
Detherh.c345 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_block_output()
359 while ((readb (addr + EN0_ISR) & ENISR_RDC) == 0) in etherh_block_output()
367 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_block_output()
408 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_block_input()
445 writeb (ENISR_RDC, addr + EN0_ISR); in etherh_get_header()
Dax88796.c199 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_get_8390_hdr()
278 ei_outb(ENISR_RDC, nic_base + EN0_ISR); in ax_block_output()
294 while ((ei_inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) { in ax_block_output()
303 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_block_output()
D8390.h190 #define ENISR_RDC 0x40 /* remote dma complete */ macro
Dpcnet_cs.c1149 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_get_8390_hdr()
1204 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_input()
1244 outb_p(ENISR_RDC, nic_base + EN0_ISR); in dma_block_output()
1280 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in dma_block_output()
1288 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_output()
Dlib8390.c485 if (interrupts & ENISR_RDC) in __ei_interrupt()
486 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()