Searched refs:sc_cfg_mtx (Results 1 – 3 of 3) sorted by relevance
171 mtx_init(&sc->sc_cfg_mtx, "uninorth pcicfg", NULL, MTX_SPIN); in uninorth_attach()188 mtx_lock_spin(&sc->sc_cfg_mtx); in uninorth_read_config()202 mtx_unlock_spin(&sc->sc_cfg_mtx); in uninorth_read_config()217 mtx_lock_spin(&sc->sc_cfg_mtx); in uninorth_write_config()231 mtx_unlock_spin(&sc->sc_cfg_mtx); in uninorth_write_config()240 mtx_assert(&sc->sc_cfg_mtx, MA_OWNED); in uninorth_enable_config()
41 struct mtx sc_cfg_mtx; member
144 struct mtx sc_cfg_mtx; member335 mtx_init(&sc->sc_cfg_mtx, "pcicfg", NULL, MTX_SPIN); in fsl_pcib_attach()453 mtx_lock_spin(&sc->sc_cfg_mtx); in fsl_pcib_cfgread()473 mtx_unlock_spin(&sc->sc_cfg_mtx); in fsl_pcib_cfgread()491 mtx_lock_spin(&sc->sc_cfg_mtx); in fsl_pcib_cfgwrite()508 mtx_unlock_spin(&sc->sc_cfg_mtx); in fsl_pcib_cfgwrite()684 mtx_destroy(&sc->sc_cfg_mtx); in fsl_pcib_detach()