Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/
Dpinctrl-thunderbay.c40 #define THB_GPIO_PORT_SELECT_MASK BIT(8) macro
562 if (reg & THB_GPIO_PORT_SELECT_MASK) in thunderbay_gpio_get_direction()
572 if (reg & THB_GPIO_PORT_SELECT_MASK) { in thunderbay_gpio_set_direction_input()
585 if ((reg & THB_GPIO_PORT_SELECT_MASK) && (reg & THB_GPIO_PAD_DIRECTION_MASK)) in thunderbay_gpio_set_value()
595 if (reg & THB_GPIO_PORT_SELECT_MASK) { in thunderbay_gpio_set_direction_output()
610 if (reg & THB_GPIO_PORT_SELECT_MASK) { in thunderbay_gpio_get_value()
662 reg |= (THB_GPIO_PORT_SELECT_MASK | THB_GPIO_PINMUX_MODE_4); in thunderbay_request_gpio()
685 reg &= (~THB_GPIO_PORT_SELECT_MASK); in thunderbay_free_gpio()