Home
last modified time | relevance | path

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

/freebsd/sys/amd64/pci/
H A Dpci_cfgreg.c75 static struct mtx pcicfg_mtx; variable
76 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()
/freebsd/sys/i386/pci/
H A Dpci_cfgreg.c80 static struct mtx pcicfg_mtx; variable
153 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()
/freebsd/sys/arm/mv/
H A Dmv_pci.c422 static struct mtx pcicfg_mtx; variable
1117 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN); in mv_pcib_hw_cfginit()
1134 mtx_lock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgread()
1152 mtx_unlock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgread()
1169 mtx_lock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgwrite()
1186 mtx_unlock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgwrite()