Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A D8390.h84 #define ENISR_COUNTERS 0x20 /* Counters need emptying */ macro
/openbmc/linux/drivers/net/ethernet/8390/
H A D8390.h202 #define ENISR_COUNTERS 0x20 /* Counters need emptying */ macro
H A Dlib8390.c479 if (interrupts & ENISR_COUNTERS) { in __ei_interrupt()
483 ei_outb_p(ENISR_COUNTERS, e8390_base + EN0_ISR); /* Ack intr. */ in __ei_interrupt()
H A Daxnet_cs.c1163 if (interrupts & ENISR_COUNTERS) in ax_interrupt()
/openbmc/qemu/hw/net/
H A Dne2000.c99 #define ENISR_COUNTERS 0x20 /* Counters need emptying */ macro