Home
last modified time | relevance | path

Searched refs:sc_espintr (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/esp/
HDncr53c9x.c716 sc->sc_espintr = NCR_READ_REG(sc, NCR_INTR); in ncr53c9x_readregs()
722 sc->sc_phase = (sc->sc_espintr & NCRINTR_DIS) ? in ncr53c9x_readregs()
726 sc->sc_espintr, sc->sc_espstat, sc->sc_espstep, sc->sc_espstat2)); in ncr53c9x_readregs()
2362 if ((sc->sc_espintr & NCRINTR_SBR) != 0) { in ncr53c9x_intr1()
2375 sc->sc_espintr, sc->sc_espstat, sc->sc_espstep); in ncr53c9x_intr1()
2386 if (sc->sc_espintr & NCRINTR_ERR || in ncr53c9x_intr1()
2402 if ((sc->sc_espintr & NCRINTR_ILL) != 0) { in ncr53c9x_intr1()
2470 sc->sc_espintr, in ncr53c9x_intr1()
2490 sc->sc_espintr, in ncr53c9x_intr1()
2511 if ((sc->sc_espintr & NCRINTR_DIS) != 0) { in ncr53c9x_intr1()
[all …]
HDncr53c9xvar.h324 uint8_t sc_espintr; member