Searched refs:sc_cfg_mtx (Results 1 – 2 of 2) sorted by relevance
176 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()
43 struct mtx sc_cfg_mtx; member