Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c128 struct mtx config_mtx; member
330 mtx_lock(&sc->config_mtx); in bcm_pcib_read_config()
351 mtx_unlock(&sc->config_mtx); in bcm_pcib_read_config()
368 mtx_lock(&sc->config_mtx); in bcm_pcib_write_config()
388 mtx_unlock(&sc->config_mtx); in bcm_pcib_write_config()
665 mtx_init(&sc->config_mtx, "bcm_pcib: config_mtx", NULL, MTX_DEF); in bcm_pcib_attach()