Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_dt.c386 int pin_count = 0; in fdt_get_gpio_bank_pin_count() local
416 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()
/trusted-firmware-a-latest/include/plat/marvell/armada/a8k/common/
Darmada_common.h101 int pin_count; member
/trusted-firmware-a-latest/plat/marvell/armada/a8k/a80x0/board/
Dmarvell_plat_config.c168 .cfg.gpio.pin_count = 1,
/trusted-firmware-a-latest/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-latest/docs/
Dchange-log.md3370 …- get pin_count from the gpio-ranges property ([d0f2cf3](https://review.trustedfirmware.org/plugin…