Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tps65219.c17 #define TPS65219_GPIO0_IDX 0 macro
31 if (offset != TPS65219_GPIO0_IDX) in tps65219_gpio_get_direction()
47 if (offset != TPS65219_GPIO0_IDX) { in tps65219_gpio_get()
76 bit = (offset == TPS65219_GPIO0_IDX) ? TPS65219_GPIO0_OFFSET : offset - 1; in tps65219_gpio_set()
122 if (offset != TPS65219_GPIO0_IDX) { in tps65219_gpio_direction_input()
136 if (offset != TPS65219_GPIO0_IDX) in tps65219_gpio_direction_output()