Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/
H A Dbhnd.c510 BHND_CLKCTL_UNLOCK(clkctl); in bhnd_generic_release_pmu()
619 BHND_CLKCTL_UNLOCK(clkctl); in bhnd_generic_request_clock()
680 BHND_CLKCTL_UNLOCK(clkctl); in bhnd_generic_enable_clocks()
718 BHND_CLKCTL_UNLOCK(clkctl); in bhnd_generic_request_ext_rsrc()
748 BHND_CLKCTL_UNLOCK(clkctl); in bhnd_generic_release_ext_rsrc()
H A Dbhnd_private.h86 #define BHND_CLKCTL_UNLOCK(_clkctl) mtx_unlock(&(_clkctl)->cc_mtx) macro