Searched refs:ENISR_RDC (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | zorro8390.c | 326 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_get_8390_hdr() 337 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in zorro8390_get_8390_hdr() 366 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_input() 378 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in zorro8390_block_input() 408 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_output() 423 while ((z_readb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in zorro8390_block_output() 432 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 | ne-h8300.c | 427 outb_p(ENISR_RDC, NE_BASE + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr() 503 outb_p(ENISR_RDC, NE_BASE + EN0_ISR); /* Ack intr. */ in ne_block_input() 554 outb_p(ENISR_RDC, NE_BASE + EN0_ISR); in ne_block_output() 601 while ((inb_p(NE_BASE + EN0_ISR) & ENISR_RDC) == 0) in ne_block_output() 609 outb_p(ENISR_RDC, NE_BASE + EN0_ISR); /* Ack intr. */ in ne_block_output()
|
D | ne2.c | 565 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr() 632 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_input() 683 outb_p(ENISR_RDC, nic_base + EN0_ISR); in ne_block_output() 723 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne_block_output() 731 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_output()
|
D | ne2k-pci.c | 507 outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne2k_pci_get_8390_hdr() 559 outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne2k_pci_block_input() 599 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_output() 624 while ((inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne2k_pci_block_output() 632 outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne2k_pci_block_output()
|
D | ne.c | 610 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr() 683 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_input() 734 outb_p(ENISR_RDC, nic_base + EN0_ISR); in ne_block_output() 778 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne_block_output() 786 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_output()
|
D | ax88796.c | 201 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_get_8390_hdr() 280 ei_outb(ENISR_RDC, nic_base + EN0_ISR); in ax_block_output() 296 while ((ei_inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) { in ax_block_output() 305 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_block_output()
|
D | 8390.h | 196 #define ENISR_RDC 0x40 /* remote dma complete */ macro
|
D | lib8390.c | 498 if (interrupts & ENISR_RDC) in __ei_interrupt() 500 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()
|
/linux-2.6.39/drivers/net/arm/ |
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()
|
/linux-2.6.39/drivers/net/pcmcia/ |
D | pcnet_cs.c | 1151 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() 1279 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in dma_block_output() 1287 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_output()
|