Searched refs:base_port (Results 1 – 1 of 1) sorted by relevance
329 static char *gpio_port_name(int base_port) in gpio_port_name() argument336 *s++ = 'A' + (base_port % 26); in gpio_port_name()337 if (base_port >= 26) in gpio_port_name()413 int base_port; in gpio_tegra_bind() local419 base_port = bank * TEGRA_PORTS_PER_BANK + port; in gpio_tegra_bind()420 plat->base_gpio = TEGRA_GPIOS_PER_PORT * base_port; in gpio_tegra_bind()421 plat->port_name = gpio_port_name(base_port); in gpio_tegra_bind()
Completed in 4 milliseconds