Searched refs:TS4900_GPIO_OE (Results 1 – 1 of 1) sorted by relevance
28 #define TS4900_GPIO_OE 0x01 macro47 if (reg & TS4900_GPIO_OE) in ts4900_gpio_get_direction()72 ret = regmap_write(priv->regmap, offset, TS4900_GPIO_OE | in ts4900_gpio_direction_output()75 ret = regmap_write(priv->regmap, offset, TS4900_GPIO_OE); in ts4900_gpio_direction_output()
Completed in 4 milliseconds