HomeSort by: relevance | last modified time | path
    Searched refs:sc_intr_status (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
pl181var.h 42 uint32_t sc_intr_status; member in struct:plmmc_softc
pl181.c 209 sc->sc_intr_status |= status;
258 if (sc->sc_intr_status & MMCI_INT_CMD_TIMEOUT) {
261 } else if (sc->sc_intr_status & MMCI_INT_CMD_RESP_END) {
285 if (sc->sc_intr_status & MMCI_INT_DATA_TIMEOUT)
287 else if (sc->sc_intr_status & MMCI_INT_DATA_CRC_FAIL)
392 sc->sc_intr_status = 0;
489 device_printf(sc->sc_dev, "status = %#x\n", sc->sc_intr_status);
rtsxvar.h 48 uint32_t sc_intr_status; /* soft interrupt status */ member in struct:rtsx_softc
rtsx.c 1651 status = sc->sc_intr_status & mask;
1659 status = sc->sc_intr_status & mask;
1661 sc->sc_intr_status &= ~status;
1730 sc->sc_intr_status |= status;

Completed in 14 milliseconds