Home
last modified time | relevance | path

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

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