Searched refs:ENISR_RDC (Results 1 – 11 of 11) sorted by relevance
/drivers/net/ethernet/8390/ |
D | zorro8390.c | 129 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()
|
D | apne.c | 397 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()
|
D | mcf8390.c | 205 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()
|
D | ne-h8300.c | 426 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()
|
D | ne2k-pci.c | 505 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()
|
D | etherh.c | 348 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()
|
D | ne.c | 609 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()
|
D | ax88796.c | 200 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()
|
D | 8390.h | 195 #define ENISR_RDC 0x40 /* remote dma complete */ macro
|
D | pcnet_cs.c | 1150 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()
|
D | lib8390.c | 482 if (interrupts & ENISR_RDC) in __ei_interrupt() 483 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()
|