Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpio/
A Dgpio-tps68470.c21 #define TPS68470_N_REGULAR_GPIO 7 macro
22 #define TPS68470_N_GPIO (TPS68470_N_LOGIC_OUTPUT + TPS68470_N_REGULAR_GPIO)
36 if (offset >= TPS68470_N_REGULAR_GPIO) { in tps68470_gpio_get()
37 offset -= TPS68470_N_REGULAR_GPIO; in tps68470_gpio_get()
58 if (offset >= TPS68470_N_REGULAR_GPIO) in tps68470_gpio_get_direction()
80 if (offset >= TPS68470_N_REGULAR_GPIO) { in tps68470_gpio_set()
82 offset -= TPS68470_N_REGULAR_GPIO; in tps68470_gpio_set()
95 if (offset >= TPS68470_N_REGULAR_GPIO) in tps68470_gpio_output()
112 if (offset >= TPS68470_N_REGULAR_GPIO) in tps68470_gpio_input()

Completed in 4 milliseconds