Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dam79900.c422 isr & (LE_C0_INEA | LE_C0_BABL | LE_C0_MISS | LE_C0_MERR | in am79900_intr()
444 if (isr & LE_C0_MERR) { in am79900_intr()
Dlancereg.h265 #define LE_C0_MERR 0x0800 /* memory error */ macro
Dam7990.c421 if (isr & LE_C0_MERR) { in am7990_intr()
/openbsd/src/sys/arch/luna88k/stand/boot/
Dlance.c199 if (stat & (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_MERR)) in lance_put()
/openbsd/src/sys/dev/pci/
Dif_pcn.c1062 (LE_C0_INEA|LE_C0_BABL|LE_C0_MISS|LE_C0_MERR|LE_C0_RINT| in pcn_intr()
1078 if (csr0 & LE_C0_MERR) { in pcn_intr()