Home
last modified time | relevance | path

Searched refs:alternate (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/drivers/st/gpio/
H A Dstm32_gpio.c30 uint32_t alternate, uint8_t status);
105 uint32_t alternate = GPIO_ALTERNATE_(0); in dt_set_gpio_config() local
125 alternate = mode - 1U; in dt_set_gpio_config()
170 set_gpio(bank, pin, mode, type, speed, pull, od, alternate, status); in dt_set_gpio_config()
227 uint32_t alternate, uint8_t status) in set_gpio() argument
255 alternate << (pin << 2U)); in set_gpio()
261 alternate << shift); in set_gpio()
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-layerscape.rst360 -- Then reset to alternate bank to boot up ATF.
418 -- Then reset to alternate bank to boot up ATF.
/rk3399_ARM-atf/docs/plat/
H A Dqemu.rst94 An alternate approach to deploy a full system stack on QEMU is to load the
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst52 - ``ARM_SPMC_MANIFEST_DTS`` : path to an alternate manifest file used as the
598 In the absence of an alternate stat collection backend, ``ENABLE_PMF`` must
/rk3399_ARM-atf/docs/design/
H A Dinterrupt-framework-design.rst498 execution will alternate between the below cases.
H A Dfirmware-design.rst1668 For BL31, a platform can specify an alternate location for NOBITS sections
/rk3399_ARM-atf/docs/
H A Dchange-log.md3650 …- add a function to obtain an alternate FWU bank to boot ([26aab79](https://review.trustedfirmware…
3873 …- add logic to boot the platform from an alternate bank ([6166051](https://review.trustedfirmware.…
8978 …- avoid booting with an alternate boot source ([4b48f7b](https://review.trustedfirmware.org/plugin…
12989 - Reworked the TSPD setup code to support the alternate BL3-2 initialization