Searched refs:sc_intr_mtx (Results 1 – 1 of 1) sorted by relevance
103 struct mutex sc_intr_mtx; member263 mtx_init(&sc->sc_intr_mtx, IPL_SDMMC); in octmmc_attach()467 mtx_enter(&sc->sc_intr_mtx); in octmmc_intr()470 mtx_leave(&sc->sc_intr_mtx); in octmmc_intr()653 mtx_enter(&sc->sc_intr_mtx); in octmmc_exec_dma()688 mtx_leave(&sc->sc_intr_mtx); in octmmc_exec_dma()766 mtx_enter(&sc->sc_intr_mtx); in octmmc_exec_pio()779 mtx_leave(&sc->sc_intr_mtx); in octmmc_exec_pio()967 MUTEX_ASSERT_LOCKED(&sc->sc_intr_mtx); in octmmc_wait_intr()973 if (msleep_nsec(&sc->sc_intr_status, &sc->sc_intr_mtx, PWAIT, in octmmc_wait_intr()