Searched refs:sc_cfg_mtx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/powerpc/powermac/
H A Duninorthpci.c177 mtx_init(&sc->sc_cfg_mtx, "uninorth pcicfg", NULL, MTX_SPIN);
194 mtx_lock_spin(&sc->sc_cfg_mtx);
208 mtx_unlock_spin(&sc->sc_cfg_mtx);
223 mtx_lock_spin(&sc->sc_cfg_mtx);
237 mtx_unlock_spin(&sc->sc_cfg_mtx);
246 mtx_assert(&sc->sc_cfg_mtx, MA_OWNED);
H A Duninorthvar.h43 struct mtx sc_cfg_mtx; member in struct:uninorth_softc
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c146 struct mtx sc_cfg_mtx; member in struct:fsl_pcib_softc
338 mtx_init(&sc->sc_cfg_mtx, "pcicfg", NULL, MTX_SPIN);
452 mtx_lock_spin(&sc->sc_cfg_mtx);
472 mtx_unlock_spin(&sc->sc_cfg_mtx);
490 mtx_lock_spin(&sc->sc_cfg_mtx);
507 mtx_unlock_spin(&sc->sc_cfg_mtx);
678 mtx_destroy(&sc->sc_cfg_mtx);

Completed in 231 milliseconds