Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dtegra186_gpio.c170 struct tegra186_gpio_ctlr_data *ctlr_data = in tegra186_gpio_bind() local
183 for (port = 0; port < ctlr_data->port_count; port++) { in tegra186_gpio_bind()
190 plat->name = ctlr_data->ports[port].name; in tegra186_gpio_bind()
191 plat->regs = &(regs[ctlr_data->ports[port].offset / 4]); in tegra186_gpio_bind()