Searched refs:pin_count (Results 1 – 6 of 6) sorted by relevance
390 int pin_count = 0; in fdt_get_gpio_bank_pin_count() local420 pin_count = MAX(pin_count, (int)(fdt32_to_cpu(cuint[i + 1]) + in fdt_get_gpio_bank_pin_count()424 return pin_count; in fdt_get_gpio_bank_pin_count()
105 int pin_count; member
168 .cfg.gpio.pin_count = 1,
173 .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()
7720 …- get pin_count from the gpio-ranges property ([d0f2cf3](https://review.trustedfirmware.org/plugin…