Home
last modified time | relevance | path

Searched refs:GPIO_PORT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-tegra.c27 #define GPIO_PORT(x) (((x) >> 3) & 0x3) macro
31 GPIO_PORT(x) * 4)
240 port = GPIO_PORT(offset); in tegra_gpio_set_debounce()
305 unsigned int gpio = d->hwirq, port = GPIO_PORT(gpio), lvl_type; in tegra_gpio_irq_set_type()
501 port = GPIO_PORT(gpio); in tegra_gpio_irq_set_wake()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tegra.c28 #define GPIO_PORT(x) (((x) >> 3) & 0x3) macro
32 GPIO_PORT(x) * 4)
246 port = GPIO_PORT(offset); in tegra_gpio_set_debounce()
306 unsigned int gpio = d->hwirq, port = GPIO_PORT(gpio), lvl_type; in tegra_gpio_irq_set_type()
549 port = GPIO_PORT(gpio); in tegra_gpio_irq_set_wake()

Completed in 3 milliseconds