Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tps68470.c61 ret = regmap_read(regmap, TPS68470_GPIO_CTL_REG_A(offset), &val); in tps68470_gpio_get_direction()
64 TPS68470_GPIO_CTL_REG_A(offset)); in tps68470_gpio_get_direction()
101 return regmap_update_bits(regmap, TPS68470_GPIO_CTL_REG_A(offset), in tps68470_gpio_output()
115 return regmap_update_bits(regmap, TPS68470_GPIO_CTL_REG_A(offset), in tps68470_gpio_input()
/openbmc/linux/include/linux/mfd/
H A Dtps68470.h89 #define TPS68470_GPIO_CTL_REG_A(x) (TPS68470_REG_GPCTL0A + (x) * 2) macro