Searched refs:NE_EN0_ISR (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/8390/ |
H A D | zorro8390.c | 53 #define NE_EN0_ISR (0x07 * 2) macro 94 while ((z_readb(NE_BASE + NE_EN0_ISR) & ENISR_RESET) == 0) in zorro8390_reset_8390() 99 z_writeb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr */ in zorro8390_reset_8390() 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() [all …]
|
H A D | apne.c | 56 #define NE_EN0_ISR 0x07 macro 216 while ((inb(ioaddr + NE_EN0_ISR) & ENISR_RESET) == 0) in apne_probe1() 222 outb(0xff, ioaddr + NE_EN0_ISR); /* Ack all intr. */ in apne_probe1() 238 {0xFF, NE_EN0_ISR}, in apne_probe1() 364 while ((inb(NE_BASE+NE_EN0_ISR) & ENISR_RESET) == 0) in apne_reset_8390() 369 outb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr. */ in apne_reset_8390() 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() [all …]
|