Home
last modified time | relevance | path

Searched refs:ENISR_ALL (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/8390/
Dlib8390.c367 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __ei_start_xmit()
402 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __ei_start_xmit()
498 ei_outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in __ei_interrupt()
1056 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __NS8390_init()
Daxnet_cs.c563 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog()
1020 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in axnet_start_xmit()
1065 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in axnet_start_xmit()
1180 outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in ax_interrupt()
1190 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in ax_interrupt()
1675 outb_p(ENISR_ALL, e8390_base + EN0_IMR); in AX88190_init()
D8390.h192 #define ENISR_ALL 0x3f /* Interrupts we will enable */ macro
Dpcnet_cs.c1022 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog()