Searched refs:pcicfg_mtx (Results 1 – 3 of 3) sorted by relevance
68 static struct mtx pcicfg_mtx; variable69 MTX_SYSINIT(pcicfg_mtx, &pcicfg_mtx, "pcicfg_mtx", MTX_SPIN);170 mtx_lock_spin(&pcicfg_mtx); in pcireg_cfgread()186 mtx_unlock_spin(&pcicfg_mtx); in pcireg_cfgread()195 mtx_lock_spin(&pcicfg_mtx); in pcireg_cfgwrite()211 mtx_unlock_spin(&pcicfg_mtx); in pcireg_cfgwrite()
75 static struct mtx pcicfg_mtx; variable145 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN); in pci_cfgregopen()263 mtx_lock_spin(&pcicfg_mtx); in pcireg_cfgread()279 mtx_unlock_spin(&pcicfg_mtx); in pcireg_cfgread()288 mtx_lock_spin(&pcicfg_mtx); in pcireg_cfgwrite()304 mtx_unlock_spin(&pcicfg_mtx); in pcireg_cfgwrite()
415 static struct mtx pcicfg_mtx; variable1002 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN); in mv_pcib_hw_cfginit()1019 mtx_lock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgread()1037 mtx_unlock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgread()1054 mtx_lock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgwrite()1071 mtx_unlock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgwrite()