Searched refs:pin_count (Results 1 – 5 of 5) sorted by relevance
386 int pin_count = 0; in fdt_get_gpio_bank_pin_count() local416 pin_count = MAX(pin_count, (int)(fdt32_to_cpu(cuint[i + 1]) + in fdt_get_gpio_bank_pin_count()420 return pin_count; in fdt_get_gpio_bank_pin_count()
101 int pin_count; member
168 .cfg.gpio.pin_count = 1,
510 assert((pm_cfg->cfg.gpio.pin_count < PMIC_GPIO_MAX_NUMBER) && in plat_marvell_power_off_gpio()514 for (gpio = 0; gpio < pm_cfg->cfg.gpio.pin_count; gpio++) { in plat_marvell_power_off_gpio()548 for (gpio = 0; gpio < pm_cfg->cfg.gpio.pin_count; gpio++) { in plat_marvell_power_off_gpio()
3370 …- get pin_count from the gpio-ranges property ([d0f2cf3](https://review.trustedfirmware.org/plugin…