Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_bsc.c146 BCM_BSC_LOCK(sc); in bcm_bsc_clock_proc()
166 BCM_BSC_LOCK(sc); in bcm_bsc_clkt_proc()
174 BCM_BSC_LOCK(sc); in bcm_bsc_clkt_proc()
190 BCM_BSC_LOCK(sc); in bcm_bsc_fall_proc()
198 BCM_BSC_LOCK(sc); in bcm_bsc_fall_proc()
218 BCM_BSC_LOCK(sc); in bcm_bsc_rise_proc()
226 BCM_BSC_LOCK(sc); in bcm_bsc_rise_proc()
343 BCM_BSC_LOCK(sc); in bcm_bsc_attach()
456 BCM_BSC_LOCK(sc); in bcm_bsc_intr()
503 BCM_BSC_LOCK(sc); in bcm_bsc_transfer()
[all …]
H A Dbcm2835_bscvar.h66 #define BCM_BSC_LOCK(_sc) \ macro