Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscon/
H A Dsyscon_generic.c72 #define SYSCON_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->mtx) macro
143 SYSCON_UNLOCK(sc); in syscon_generic_unlock()
/freebsd/sys/dev/fdt/
H A Dsimple_mfd.c65 #define SYSCON_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->mtx) macro
149 SYSCON_UNLOCK(sc); in simple_mfd_syscon_unlock()