Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-ts4900.c29 #define TS4900_GPIO_OUT 0x02 macro
70 TS4900_GPIO_OUT); in ts4900_gpio_direction_output()
93 regmap_update_bits(priv->regmap, offset, TS4900_GPIO_OUT, in ts4900_gpio_set()
94 TS4900_GPIO_OUT); in ts4900_gpio_set()
96 regmap_update_bits(priv->regmap, offset, TS4900_GPIO_OUT, 0); in ts4900_gpio_set()