Searched refs:TPS65910_GPIO0 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/gpio/ |
D | gpio-tps65910.c | 31 regmap_read(tps65910->regmap, TPS65910_GPIO0 + offset, &val); in tps65910_gpio_get() 46 regmap_set_bits(tps65910->regmap, TPS65910_GPIO0 + offset, in tps65910_gpio_set() 49 regmap_clear_bits(tps65910->regmap, TPS65910_GPIO0 + offset, in tps65910_gpio_set() 62 return regmap_set_bits(tps65910->regmap, TPS65910_GPIO0 + offset, in tps65910_gpio_output() 71 return regmap_clear_bits(tps65910->regmap, TPS65910_GPIO0 + offset, in tps65910_gpio_input() 161 TPS65910_GPIO0 + i, GPIO_SLEEP_MASK); in tps65910_gpio_probe()
|
/Linux-v6.1/include/linux/mfd/ |
D | tps65910.h | 96 #define TPS65910_GPIO0 0x60 macro
|