Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_bsc.c146 BCM_BSC_UNLOCK(sc); in bcm_bsc_clock_proc()
166 BCM_BSC_UNLOCK(sc); in bcm_bsc_clkt_proc()
174 BCM_BSC_UNLOCK(sc); in bcm_bsc_clkt_proc()
190 BCM_BSC_UNLOCK(sc); in bcm_bsc_fall_proc()
202 BCM_BSC_UNLOCK(sc); in bcm_bsc_fall_proc()
218 BCM_BSC_UNLOCK(sc); in bcm_bsc_rise_proc()
230 BCM_BSC_UNLOCK(sc); in bcm_bsc_rise_proc()
343 BCM_BSC_UNLOCK(sc); in bcm_bsc_attach()
457 BCM_BSC_UNLOCK(sc); in bcm_bsc_intr()
486 BCM_BSC_UNLOCK(sc); in bcm_bsc_intr()
[all …]
H A Dbcm2835_bscvar.h66 #define BCM_BSC_UNLOCK(_sc) \ macro