Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/gpio/
Dgpio-tps68470.c62 ret = regmap_read(regmap, TPS68470_GPIO_CTL_REG_A(offset), &val); in tps68470_gpio_get_direction()
65 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()
/linux-4.19.296/include/linux/mfd/
Dtps68470.h78 #define TPS68470_GPIO_CTL_REG_A(x) (TPS68470_REG_GPCTL0A + (x) * 2) macro