Home
last modified time | relevance | path

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

/external/u-boot/drivers/gpio/
Dtegra_gpio.c317 int bank_count; in gpio_tegra_bind() local
328 bank_count = TEGRA_GPIO_BANKS; in gpio_tegra_bind()
340 bank_count = len / 3 / sizeof(u32); in gpio_tegra_bind()
346 for (bank = 0; bank < bank_count; bank++) { in gpio_tegra_bind()
Dpca953x_gpio.c70 int bank_count; member
120 ret = dm_i2c_read(dev, reg << 1, val, info->bank_count); in pca953x_read_regs()
124 info->bank_count); in pca953x_read_regs()
275 info->bank_count = DIV_ROUND_UP(info->gpio_count, BANK_SZ); in pca953x_probe()