Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-ts4900.c28 #define TS4900_GPIO_OE 0x01 macro
47 return !(reg & TS4900_GPIO_OE); in ts4900_gpio_get_direction()
69 ret = regmap_write(priv->regmap, offset, TS4900_GPIO_OE | in ts4900_gpio_direction_output()
72 ret = regmap_write(priv->regmap, offset, TS4900_GPIO_OE); in ts4900_gpio_direction_output()