Searched refs:pcicfg_mtx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/amd64/pci/ |
| D | pci_cfgreg.c | 68 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()
|
| /freebsd-12-stable/sys/i386/pci/ |
| D | pci_cfgreg.c | 75 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()
|
| /freebsd-12-stable/sys/powerpc/mpc85xx/ |
| D | pci_mpc85xx.c | 204 struct mtx pcicfg_mtx; variable 303 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN); in fsl_pcib_attach() 417 mtx_lock_spin(&pcicfg_mtx); in fsl_pcib_cfgread() 437 mtx_unlock_spin(&pcicfg_mtx); in fsl_pcib_cfgread() 455 mtx_lock_spin(&pcicfg_mtx); in fsl_pcib_cfgwrite() 472 mtx_unlock_spin(&pcicfg_mtx); in fsl_pcib_cfgwrite() 752 mtx_destroy(&pcicfg_mtx); in fsl_pcib_detach()
|
| /freebsd-12-stable/sys/arm/mv/ |
| D | mv_pci.c | 415 static struct mtx pcicfg_mtx; variable 1004 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN); in mv_pcib_hw_cfginit() 1021 mtx_lock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgread() 1039 mtx_unlock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgread() 1056 mtx_lock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgwrite() 1073 mtx_unlock_spin(&pcicfg_mtx); in mv_pcib_hw_cfgwrite()
|