Searched refs:MTK_GPIO_LOCK_DESTROY (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_gpio_v1.c121 #define MTK_GPIO_LOCK_DESTROY(sc) mtx_destroy(&(sc)->mtx) macro
331 MTK_GPIO_LOCK_DESTROY(sc);
346 MTK_GPIO_LOCK_DESTROY(sc);
H A Dmtk_gpio_v2.c106 #define MTK_GPIO_LOCK_DESTROY(sc) mtx_destroy(&(sc)->mtx) macro
322 MTK_GPIO_LOCK_DESTROY(sc);
337 MTK_GPIO_LOCK_DESTROY(sc);

Completed in 45 milliseconds