Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/pci/
H A Dpci_cfgreg.c68 static struct mtx pcicfg_mtx; variable
69 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()
/f-stack/freebsd/i386/pci/
H A Dpci_cfgreg.c75 static struct mtx pcicfg_mtx; variable
145 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()
/f-stack/freebsd/arm/mv/
H A Dmv_pci.c415 static struct mtx pcicfg_mtx; variable
1002 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()