Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-ts4900.c21 #define TS4900_GPIO_OUT 0x02 macro
72 reg = TS4900_GPIO_OUT; in ts4900_gpio_direction_output()
74 reg &= ~TS4900_GPIO_OUT; in ts4900_gpio_direction_output()
81 TS4900_GPIO_OUT); in ts4900_gpio_direction_output()
104 regmap_update_bits(priv->regmap, offset, TS4900_GPIO_OUT, in ts4900_gpio_set()
105 TS4900_GPIO_OUT); in ts4900_gpio_set()
107 regmap_update_bits(priv->regmap, offset, TS4900_GPIO_OUT, 0); in ts4900_gpio_set()