Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-max77759.c56 #define MAX77759_GPIOx_INVAL_MASK(offs) (BIT(4) << (3 * (offs))) macro
192 ? MAX77759_GPIOx_INVAL_MASK(offset) in max77759_gpio_get_value()