Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/powermac/
Duninorthpci.c176 mtx_init(&sc->sc_cfg_mtx, "uninorth pcicfg", NULL, MTX_SPIN); in uninorth_attach()
193 mtx_lock_spin(&sc->sc_cfg_mtx); in uninorth_read_config()
207 mtx_unlock_spin(&sc->sc_cfg_mtx); in uninorth_read_config()
222 mtx_lock_spin(&sc->sc_cfg_mtx); in uninorth_write_config()
236 mtx_unlock_spin(&sc->sc_cfg_mtx); in uninorth_write_config()
245 mtx_assert(&sc->sc_cfg_mtx, MA_OWNED); in uninorth_enable_config()
Duninorthvar.h43 struct mtx sc_cfg_mtx; member