Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bhnd/cores/chipc/
Dchipc_gpiovar.h129 #define CC_GPIO_LOCK_INIT(sc) mtx_init(&(sc)->mtx, \ macro
Dchipc_gpio.c146 CC_GPIO_LOCK_INIT(sc); in chipc_gpio_attach()