/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | zorro8390.c | 125 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 D | mcf8390.c | 202 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 D | apne.c | 395 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 D | ne2k-pci.c | 530 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 D | xsurf100.c | 212 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 D | etherh.c | 340 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 D | ne.c | 599 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 D | ax88796.c | 216 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 D | 8390.h | 203 #define ENISR_RDC 0x40 /* remote dma complete */ macro
|
H A D | pcnet_cs.c | 1159 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 D | lib8390.c | 487 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 D | 8390.h | 85 #define ENISR_RDC 0x40 /* remote dma complete */ macro
|
/openbmc/qemu/hw/net/ |
H A D | ne2000.c | 100 #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()
|