Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mediatek/
H A Dmtk_gpio_v2.c101 #define MTK_GPIO_LOCK(sc) mtx_lock_spin(&(sc)->mtx) macro
367 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_getcaps()
382 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_getflags()
414 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_setflags()
437 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_set()
460 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_get()
481 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_toggle()
532 MTK_GPIO_LOCK(sc); in mtk_gpio_pic_enable_intr()
562 MTK_GPIO_LOCK(sc); in mtk_gpio_pic_disable_intr()
594 MTK_GPIO_LOCK(sc); in mtk_gpio_pic_post_filter()
H A Dmtk_gpio_v1.c116 #define MTK_GPIO_LOCK(sc) mtx_lock_spin(&(sc)->mtx) macro
377 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_getcaps()
392 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_getflags()
424 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_setflags()
447 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_set()
470 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_get()
490 MTK_GPIO_LOCK(sc); in mtk_gpio_pin_toggle()
592 MTK_GPIO_LOCK(sc); in mtk_gpio_pic_enable_intr()
622 MTK_GPIO_LOCK(sc); in mtk_gpio_pic_disable_intr()
654 MTK_GPIO_LOCK(sc); in mtk_gpio_pic_post_filter()
[all …]