Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/
H A Dbhnd_private.h79 #define BHND_ASSERT_CLKCTL_AVAIL(_clkctl) \ argument
80 KASSERT(!bhnd_is_hw_suspended((_clkctl)->cc_dev), \
83 #define BHND_CLKCTL_LOCK_INIT(_clkctl) mtx_init(&(_clkctl)->cc_mtx, \ argument
84 device_get_nameunit((_clkctl)->cc_dev), NULL, MTX_DEF)
85 #define BHND_CLKCTL_LOCK(_clkctl) mtx_lock(&(_clkctl)->cc_mtx) argument
86 #define BHND_CLKCTL_UNLOCK(_clkctl) mtx_unlock(&(_clkctl)->cc_mtx) argument
87 #define BHND_CLKCTL_LOCK_ASSERT(_clkctl, what) \ argument
88 mtx_assert(&(_clkctl)->cc_mtx, what)
89 #define BHND_CLKCTL_LOCK_DESTROY(_clkctl) mtx_destroy(&(_clkctl->cc_mtx)) argument
91 #define BHND_CLKCTL_READ_4(_clkctl) \ argument
[all …]