Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Duninorthpci.c171 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()
H A Duninorthvar.h41 struct mtx sc_cfg_mtx; member
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c144 struct mtx sc_cfg_mtx; member
335 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()
679 mtx_destroy(&sc->sc_cfg_mtx); in fsl_pcib_detach()