Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-tps65910.c31 tps65910_reg_read(tps65910, TPS65910_GPIO0 + offset, &val); in tps65910_gpio_get()
46 tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
49 tps65910_reg_clear_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
62 return tps65910_reg_set_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_output()
71 return tps65910_reg_clear_bits(tps65910, TPS65910_GPIO0 + offset, in tps65910_gpio_input()
161 TPS65910_GPIO0 + i, GPIO_SLEEP_MASK); in tps65910_gpio_probe()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtps65910.h96 #define TPS65910_GPIO0 0x60 macro