Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tps65219.c15 #define TPS65219_GPIO0_DIR_MASK BIT(3) macro
38 return !!(val & TPS65219_GPIO0_DIR_MASK); in tps65219_gpio_get_direction()
101 TPS65219_GPIO0_DIR_MASK, direction); in tps65219_gpio_change_direction()