Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bhnd/cores/chipc/
Dchipc_gpio.c593 CC_GPIO_LOCK_ASSERT(sc, MA_OWNED); in chipc_gpio_commit_reg()
612 CC_GPIO_LOCK_ASSERT(sc, MA_OWNED); in chipc_gpio_commit_update()
806 CC_GPIO_LOCK_ASSERT(sc, MA_OWNED); in chipc_gpio_pin_get_mode()
Dchipc_gpiovar.h133 #define CC_GPIO_LOCK_ASSERT(sc, what) mtx_assert(&(sc)->mtx, what) macro