Searched refs:LE_MISS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/hp300/stand/common/
H A Dif_le.c318 if (stat & LE_MISS)
467 lewrcsr(sc, 0, stat & (LE_BABL | LE_MISS | LE_MERR | LE_RINT));
479 if (stat & (LE_BABL | LE_CERR | LE_MISS | LE_MERR))
548 lewrcsr(sc, 0, stat & (LE_BABL | LE_MISS | LE_MERR | LE_TINT));
549 if (stat & (LE_BABL | LE_CERR | LE_MISS | LE_MERR))
573 if (stat & (LE_BABL | LE_CERR | LE_MISS | LE_MERR))
577 if (stat & (LE_BABL | LE_CERR | LE_MISS | LE_MERR))
596 if (stat & (LE_BABL |/* LE_CERR |*/ LE_MISS | LE_MERR)) {
H A Dif_lereg.h76 #define LE_MISS 0x1000 macro

Completed in 205 milliseconds