Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-tegra/
Dgpio.h12 #define TEGRA_PORTS_PER_BANK 4 macro
/external/u-boot/drivers/gpio/
Dtegra_gpio.c349 for (port = 0; port < TEGRA_PORTS_PER_BANK; port++) { in gpio_tegra_bind()
358 base_port = bank * TEGRA_PORTS_PER_BANK + port; in gpio_tegra_bind()