Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/8390/
H A Dzorro8390.c125 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_get_8390_hdr()
136 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_get_8390_hdr()
167 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_input()
179 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_block_input()
211 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_output()
226 while ((z_readb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in zorro8390_block_output()
235 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_block_output()
H A Dmcf8390.c202 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_get_8390_hdr()
211 outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_get_8390_hdr()
238 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_block_input()
249 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_block_input()
274 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_block_output()
286 while ((ei_inb(addr + NE_EN0_ISR) & ENISR_RDC) == 0) { in mcf8390_block_output()
295 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_block_output()
H A Dapne.c395 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_get_8390_hdr()
412 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_get_8390_hdr()
441 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_input()
460 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_input()
491 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_output()
512 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in apne_block_output()
520 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_output()
H A Dne2k-pci.c530 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_get_8390_hdr()
583 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_input()
626 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_output()
651 while ((inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne2k_pci_block_output()
660 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_output()
H A Dxsurf100.c212 ei_outb(ENISR_RDC, nic_base + EN0_ISR); in xs100_block_output()
226 while ((ei_inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) { in xs100_block_output()
235 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in xs100_block_output()
H A 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()
H A Dne.c599 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr()
673 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_input()
725 outb_p(ENISR_RDC, nic_base + EN0_ISR); in ne_block_output()
769 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne_block_output()
777 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_output()
H A Dax88796.c216 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_get_8390_hdr()
295 ei_outb(ENISR_RDC, nic_base + EN0_ISR); in ax_block_output()
311 while ((ei_inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) { in ax_block_output()
320 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_block_output()
713 ei_outb(ENISR_RDC, ioaddr + EN0_ISR); /* Ack intr. */ in ax_init_dev()
H A D8390.h203 #define ENISR_RDC 0x40 /* remote dma complete */ macro
H A Dpcnet_cs.c1159 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_get_8390_hdr()
1216 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_input()
1256 outb_p(ENISR_RDC, nic_base + EN0_ISR); in dma_block_output()
1292 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in dma_block_output()
1300 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_output()
H A Dlib8390.c487 if (interrupts & ENISR_RDC) in __ei_interrupt()
488 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()
/openbmc/u-boot/drivers/net/
H A D8390.h85 #define ENISR_RDC 0x40 /* remote dma complete */ macro
/openbmc/qemu/hw/net/
H A Dne2000.c100 #define ENISR_RDC 0x40 /* remote dma complete */ macro
275 s->isr |= ENISR_RDC; in ne2000_ioport_write()
507 s->isr |= ENISR_RDC; in ne2000_dma_update()