Home
last modified time | relevance | path

Searched refs:EN0_ISR (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/8390/
A Dlib8390.c268 isr = ei_inb(e8390_base+EN0_ISR); in __ei_tx_timeout()
447 ei_inb_p(e8390_base + EN0_ISR), in __ei_interrupt()
456 ei_inb_p(e8390_base + EN0_ISR)); in __ei_interrupt()
459 while ((interrupts = ei_inb_p(e8390_base + EN0_ISR)) != 0 && in __ei_interrupt()
464 ei_outb_p(interrupts, e8390_base + EN0_ISR); in __ei_interrupt()
489 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()
586 ei_outb_p(ENISR_TX, e8390_base + EN0_ISR); /* Ack intr. */ in ei_tx_intr()
773 ei_outb_p(ENISR_RX+ENISR_RX_ERR, e8390_base+EN0_ISR); in ei_receive()
843 ei_outb_p(ENISR_OVER, e8390_base+EN0_ISR); in ei_rx_overrun()
1042 ei_outb_p(0xFF, e8390_base + EN0_ISR); in __NS8390_init()
[all …]
A Dne2k-pci.c301 while ((inb(ioaddr + EN0_ISR) & ENISR_RESET) == 0) in ne2k_pci_init_one()
309 outb(0xff, ioaddr + EN0_ISR); in ne2k_pci_init_one()
329 {0xFF, EN0_ISR}, in ne2k_pci_init_one()
485 while ((inb(NE_BASE+EN0_ISR) & ENISR_RESET) == 0) in ne2k_pci_reset_8390()
491 outb(ENISR_RESET, NE_BASE + EN0_ISR); in ne2k_pci_reset_8390()
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()
A Daxnet_cs.c202 {0xFF, EN0_ISR}, in get_prom()
923 isr = inb(e8390_base+EN0_ISR); in axnet_tx_timeout()
1119 inb_p(e8390_base + EN0_ISR), in ax_interrupt()
1127 inb_p(e8390_base + EN0_ISR)); in ax_interrupt()
1129 outb_p(0x00, e8390_base + EN0_ISR); in ax_interrupt()
1139 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt()
1146 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt()
1150 outb_p(0, e8390_base + EN0_ISR); in ax_interrupt()
1151 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt()
1656 outb_p(0xFF, e8390_base + EN0_ISR); in AX88190_init()
[all …]
A Dne.c349 while ((inb_p(ioaddr + EN0_ISR) & ENISR_RESET) == 0) in ne_probe1()
361 outb_p(0xff, ioaddr + EN0_ISR); /* Ack all intr. */ in ne_probe1()
376 {0xFF, EN0_ISR}, in ne_probe1()
561 while ((inb_p(NE_BASE+EN0_ISR) & ENISR_RESET) == 0) in ne_reset_8390()
566 outb_p(ENISR_RESET, NE_BASE + EN0_ISR); /* Ack intr. */ in ne_reset_8390()
600 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_get_8390_hdr()
674 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_input()
726 outb_p(ENISR_RDC, nic_base + EN0_ISR); in ne_block_output()
770 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in ne_block_output()
778 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in ne_block_output()
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()
A Dax88796.c160 while ((ei_inb(addr + EN0_ISR) & ENISR_RESET) == 0) { in ax_reset_8390()
167 ei_outb(ENISR_RESET, addr + EN0_ISR); /* Ack intr. */ in ax_reset_8390()
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()
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()
A Dpcnet_cs.c342 {0xFF, EN0_ISR}, in get_prom()
922 outb_p(0xFF, nic_base + EN0_ISR); /* Clear bogus intr. */ in pcnet_open()
975 if ((inb_p(nic_base+EN0_ISR) & ENISR_RESET) != 0) in pcnet_reset_8390()
979 outb_p(ENISR_RESET, nic_base + EN0_ISR); /* Ack intr. */ in pcnet_reset_8390()
1032 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog()
1160 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_get_8390_hdr()
1217 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_input()
1257 outb_p(ENISR_RDC, nic_base + EN0_ISR); in dma_block_output()
1293 while ((inb_p(nic_base + EN0_ISR) & ENISR_RDC) == 0) in dma_block_output()
1301 outb_p(ENISR_RDC, nic_base + EN0_ISR); /* Ack intr. */ in dma_block_output()
A D8390.h178 #define EN0_ISR EI_SHIFT(0x07) /* Interrupt status reg RD WR */ macro

Completed in 20 milliseconds