Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dtegra_gpio.c241 port = gpio / TEGRA_GPIOS_PER_PORT; in tegra_gpio_xlate()
245 desc->offset = gpio % TEGRA_GPIOS_PER_PORT; in tegra_gpio_xlate()
303 uc_priv->gpio_count = TEGRA_GPIOS_PER_PORT; in gpio_tegra_probe()
359 plat->base_gpio = TEGRA_GPIOS_PER_PORT * base_port; in gpio_tegra_bind()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dgpio.h11 #define TEGRA_GPIOS_PER_PORT 8 macro