Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/8390/
D8390.h194 #define ENISR_COUNTERS 0x20 /* Counters need emptying */ macro
Dlib8390.c474 if (interrupts & ENISR_COUNTERS) { in __ei_interrupt()
478 ei_outb_p(ENISR_COUNTERS, e8390_base + EN0_ISR); /* Ack intr. */ in __ei_interrupt()
Daxnet_cs.c1182 if (interrupts & ENISR_COUNTERS) in ax_interrupt()