Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-thunderx.c33 #define GPIO_BIT_CFG_PIN_SEL_MASK GENMASK(25, 16) macro
78 return (bit_cfg & GPIO_BIT_CFG_PIN_SEL_MASK) == 0; in thunderx_gpio_is_gpio_nowarn()