Home
last modified time | relevance | path

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

/u-boot/drivers/gpio/
A Dpca953x_gpio.c71 int bank_count; member
121 ret = dm_i2c_read(dev, reg << 1, val, info->bank_count); in pca953x_read_regs()
125 info->bank_count); in pca953x_read_regs()
129 info->bank_count); in pca953x_read_regs()
146 ret = dm_i2c_write(dev, reg << 1, val, info->bank_count); in pca953x_write_regs()
150 info->bank_count); in pca953x_write_regs()
153 ret = dm_i2c_write(dev, (reg << 3) | 0x80, val, info->bank_count); in pca953x_write_regs()
304 info->bank_count = DIV_ROUND_UP(info->gpio_count, BANK_SZ); in pca953x_probe()
A Dtegra_gpio.c318 int bank_count; in gpio_tegra_bind() local
329 bank_count = TEGRA_GPIO_BANKS; in gpio_tegra_bind()
341 bank_count = len / 3 / sizeof(u32); in gpio_tegra_bind()
347 for (bank = 0; bank < bank_count; bank++) { in gpio_tegra_bind()

Completed in 5 milliseconds