HomeSort by: relevance | last modified time | path
    Searched defs:sc_conf_lock (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isa/
wbsio.c 57 kmutex_t sc_conf_lock; member in struct:wbsio_softc
258 mutex_init(&sc->sc_conf_lock, MUTEX_DEFAULT, IPL_NONE);
261 wbsio_conf_enable(&sc->sc_conf_lock, sc->sc_iot, sc->sc_ioh);
269 wbsio_conf_disable(&sc->sc_conf_lock, sc->sc_iot, sc->sc_ioh);
327 mutex_destroy(&sc->sc_conf_lock);
373 wbsio_conf_enable(&sc->sc_conf_lock, sc->sc_iot, sc->sc_ioh);
388 wbsio_conf_disable(&sc->sc_conf_lock, sc->sc_iot, sc->sc_ioh);
396 wbsio_conf_enable(&sc->sc_conf_lock, sc->sc_iot, sc->sc_ioh);
401 wbsio_conf_disable(&sc->sc_conf_lock, sc->sc_iot, sc->sc_ioh);
465 wbsio_conf_enable(&sc->sc_conf_lock, sc->sc_iot, sc->sc_ioh)
    [all...]
  /src/sys/arch/arm/rockchip/
rk3399_pcie.c 137 kmutex_t sc_conf_lock; member in struct:rkpcie_softc
444 mutex_init(&sc->sc_conf_lock, MUTEX_DEFAULT, IPL_HIGH);
589 mutex_spin_enter(&sc->sc_conf_lock);
602 mutex_spin_exit(&sc->sc_conf_lock);
626 mutex_spin_enter(&sc->sc_conf_lock);
638 mutex_spin_exit(&sc->sc_conf_lock);
  /src/sys/arch/powerpc/booke/pci/
pq3pci.c 295 kmutex_t *sc_conf_lock; member in struct:pq3pci_softc
853 sc->sc_conf_lock = mutex_obj_alloc(MUTEX_DEFAULT, IPL_VM);
1089 mutex_spin_enter(sc->sc_conf_lock);
1094 mutex_spin_exit(sc->sc_conf_lock);
1122 mutex_spin_enter(sc->sc_conf_lock);
1131 mutex_spin_exit(sc->sc_conf_lock);

Completed in 14 milliseconds