Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/
H A Dbhnd.c504 BHND_CLKCTL_LOCK(clkctl); in bhnd_generic_release_pmu()
611 BHND_CLKCTL_LOCK(clkctl); in bhnd_generic_request_clock()
672 BHND_CLKCTL_LOCK(clkctl); in bhnd_generic_enable_clocks()
710 BHND_CLKCTL_LOCK(clkctl); in bhnd_generic_request_ext_rsrc()
746 BHND_CLKCTL_LOCK(clkctl); in bhnd_generic_release_ext_rsrc()
H A Dbhnd_private.h85 #define BHND_CLKCTL_LOCK(_clkctl) mtx_lock(&(_clkctl)->cc_mtx) macro