Searched refs:pcicfg_mtx (Results 1 – 3 of 3) sorted by relevance
75 static struct mtx pcicfg_mtx; variable76 MTX_SYSINIT(pcicfg_mtx, &pcicfg_mtx, "pcicfg_mtx", MTX_SPIN);211 mtx_lock_spin(&pcicfg_mtx); in pcireg_cfgread()227 mtx_unlock_spin(&pcicfg_mtx); in pcireg_cfgread()236 mtx_lock_spin(&pcicfg_mtx); in pcireg_cfgwrite()252 mtx_unlock_spin(&pcicfg_mtx); in pcireg_cfgwrite()
80 static struct mtx pcicfg_mtx; variable153 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN); in pci_cfgregopen()304 mtx_lock_spin(&pcicfg_mtx); in pcireg_cfgread()320 mtx_unlock_spin(&pcicfg_mtx); in pcireg_cfgread()329 mtx_lock_spin(&pcicfg_mtx); in pcireg_cfgwrite()345 mtx_unlock_spin(&pcicfg_mtx); in pcireg_cfgwrite()
422 static struct mtx pcicfg_mtx; variable1100 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN); in mv_pcib_hw_cfginit()1117 mtx_lock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgread()1135 mtx_unlock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgread()1152 mtx_lock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgwrite()1169 mtx_unlock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgwrite()