Searched refs:ENISR_RDC (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/8390/ |
D | zorro8390.c | 132 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()
|
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 | apne.c | 406 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()
|
D | ne2k-pci.c | 509 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()
|
D | ne.c | 619 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()
|
D | etherh.c | 345 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()
|
D | ax88796.c | 199 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()
|
D | 8390.h | 190 #define ENISR_RDC 0x40 /* remote dma complete */ macro
|
D | pcnet_cs.c | 1149 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()
|
D | lib8390.c | 485 if (interrupts & ENISR_RDC) in __ei_interrupt() 486 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()
|