Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/8390/
H A Dlib8390.c369 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __ei_start_xmit()
404 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __ei_start_xmit()
500 ei_outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in __ei_interrupt()
1063 ei_outb_p(ENISR_ALL, e8390_base + EN0_IMR); in __NS8390_init()
H A D8390.h205 #define ENISR_ALL 0x3f /* Interrupts we will enable */ macro
H A Dpcnet_cs.c1031 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog()