Searched refs:base_port (Results 1 – 3 of 3) sorted by relevance
271 static char *gpio_port_name(int base_port) in gpio_port_name() argument278 *s++ = 'A' + (base_port % 26); in gpio_port_name()279 if (base_port >= 26) in gpio_port_name()355 int base_port; in gpio_tegra_bind() local361 base_port = bank * TEGRA_PORTS_PER_BANK + port; in gpio_tegra_bind()362 plat->base_gpio = TEGRA_GPIOS_PER_PORT * base_port; in gpio_tegra_bind()363 plat->port_name = gpio_port_name(base_port); in gpio_tegra_bind()
344 void set_sgmii_phy(struct mii_dev *bus, enum fm_port base_port, in set_sgmii_phy() argument357 for (i = base_port; i < base_port + port_num; i++) { in set_sgmii_phy()359 phy_real_addr = phy_base_addr + i - base_port; in set_sgmii_phy()
203 void set_sgmii_phy(struct mii_dev *bus, enum fm_port base_port,