Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/
Dpinctrl-thunderbay.c46 #define THB_GPIO_ENAQ_MASK BIT(15) macro
874 reg |= THB_GPIO_ENAQ_MASK; in thunderbay_pinconf_set_tristate()
876 reg &= ~THB_GPIO_ENAQ_MASK; in thunderbay_pinconf_set_tristate()
888 *config = (reg & THB_GPIO_ENAQ_MASK) > 0; in thunderbay_pinconf_get_tristate()