Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/plat/st/common/
Dstm32mp_dt.c389 int pin_count; in fdt_get_gpio_bank_pin_count() local
418 pin_count = fdt32_to_cpu(*(cuint + 1)) + fdt32_to_cpu(*(cuint + 3)); in fdt_get_gpio_bank_pin_count()
420 pin_count = MAX(pin_count, (int)(fdt32_to_cpu(*(cuint + 1)) + in fdt_get_gpio_bank_pin_count()
425 return pin_count; in fdt_get_gpio_bank_pin_count()
/trusted-firmware-a-3.4.0/include/plat/marvell/armada/a8k/common/
Darmada_common.h101 int pin_count; member
/trusted-firmware-a-3.4.0/plat/marvell/armada/a8k/a80x0/board/
Dmarvell_plat_config.c168 .cfg.gpio.pin_count = 1,
/trusted-firmware-a-3.4.0/plat/marvell/armada/a8k/common/
Dplat_pm.c510 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()
/trusted-firmware-a-3.4.0/docs/
Dchange-log.md288 …- get pin_count from the gpio-ranges property ([d0f2cf3](https://review.trustedfirmware.org/plugin…