Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tps65219.c56 ret = !!(val & BIT(TPS65219_MFP_GPIO_STATUS_MASK)); in tps65219_gpio_get()
/openbmc/linux/include/linux/mfd/
H A Dtps65219.h136 #define TPS65219_MFP_GPIO_STATUS_MASK BIT(4) macro