Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
HDchipc_gpio.c265 CC_GPIO_LOCK(sc); in chipc_gpio_pin_set()
295 CC_GPIO_LOCK(sc); in chipc_gpio_pin_get()
331 CC_GPIO_LOCK(sc); in chipc_gpio_pin_toggle()
377 CC_GPIO_LOCK(sc); in chipc_gpio_pin_getflags()
449 CC_GPIO_LOCK(sc); in chipc_gpio_pin_setflags()
488 CC_GPIO_LOCK(sc); in chipc_gpio_pin_access_32()
570 CC_GPIO_LOCK(sc); in chipc_gpio_pin_config_32()
HDchipc_gpiovar.h129 #define CC_GPIO_LOCK(sc) mtx_lock(&(sc)->mtx) macro