/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | mcf8390.c | 204 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_get_8390_hdr() 213 outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_get_8390_hdr() 240 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_block_input() 251 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_block_input() 276 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); in mcf8390_block_output() 288 while ((ei_inb(addr + NE_EN0_ISR) & ENISR_RDC) == 0) { in mcf8390_block_output() 297 ei_outb(ENISR_RDC, addr + NE_EN0_ISR); /* Ack intr */ in mcf8390_block_output()
|
H A 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()
|
H A D | zorro8390.c | 130 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_get_8390_hdr() 141 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_get_8390_hdr() 172 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_input() 184 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_block_input() 216 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); in zorro8390_block_output() 231 while ((z_readb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in zorro8390_block_output() 240 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr */ in zorro8390_block_output()
|
H A D | xsurf100.c | 217 ei_outb(ENISR_RDC, nic_base + EN0_ISR); in xs100_block_output() 231 while ((ei_inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) { in xs100_block_output() 240 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in xs100_block_output()
|
H A D | ne2k-pci.c | 529 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_get_8390_hdr() 582 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_input() 625 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_block_output() 650 while ((inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne2k_pci_block_output() 659 outb(ENISR_RDC, nic_base + EN0_ISR); in ne2k_pci_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 | 20 Paul Gortmaker : use ENISR_RDC to monitor Tx PIO uploads, made 602 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr() 662 /* DON'T check for 'inb_p(EN0_ISR) & ENISR_RDC' here in ne_block_input() 676 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_input() 728 outb_p(ENISR_RDC, nic_base + EN0_ISR); in ne_block_output() 772 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne_block_output() 780 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_output()
|
H A D | ax88796.c | 209 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_get_8390_hdr() 288 ei_outb(ENISR_RDC, nic_base + EN0_ISR); in ax_block_output() 304 while ((ei_inb(nic_base + EN0_ISR) & ENISR_RDC) == 0) { in ax_block_output() 313 ei_outb(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ax_block_output() 706 ei_outb(ENISR_RDC, ioaddr + EN0_ISR); /* Ack intr. */ in ax_init_dev()
|
H A D | 8390.h | 201 #define ENISR_RDC 0x40 /* remote dma complete */ macro
|
H A D | pcnet_cs.c | 1150 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_get_8390_hdr() 1193 /* DON'T check for 'inb_p(EN0_ISR) & ENISR_RDC' here in dma_block_input() 1207 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_input() 1247 outb_p(ENISR_RDC, nic_base + EN0_ISR); in dma_block_output() 1283 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in dma_block_output() 1291 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_output()
|
H A D | lib8390.c | 488 if (interrupts & ENISR_RDC) in __ei_interrupt() 489 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
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 | 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 | 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 | 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 | 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 | ne.c | 18 Paul Gortmaker : use ENISR_RDC to monitor Tx PIO uploads, made 599 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr() 659 /* DON'T check for 'inb_p(EN0_ISR) & ENISR_RDC' here in ne_block_input() 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 | 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() 1202 /* DON'T check for 'inb_p(EN0_ISR) & ENISR_RDC' here in dma_block_input() 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()
|