Searched refs:TPS68470_GPIO_CTL_REG_A (Results 1 – 2 of 2) sorted by relevance
62 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()
78 #define TPS68470_GPIO_CTL_REG_A(x) (TPS68470_REG_GPCTL0A + (x) * 2) macro