Searched refs:CC_GPIO_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
593 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()
133 #define CC_GPIO_LOCK_ASSERT(sc, what) mtx_assert(&(sc)->mtx, what) macro