Home
last modified time | relevance | path

Searched refs:select (Results 1 – 16 of 16) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/gpio/
H A Dmtgpio_common.c92 int select) in mt_gpio_set_spec_pull_pupd() argument
105 if (select == MT_GPIO_PULL_DOWN) { in mt_gpio_set_spec_pull_pupd()
117 int select) in mt_gpio_set_pull_pu_pd() argument
130 if (select == MT_GPIO_PULL_DOWN) { in mt_gpio_set_pull_pu_pd()
144 int select) in mt_gpio_set_pull_chip() argument
150 mt_gpio_set_spec_pull_pupd(pin, enable, select); in mt_gpio_set_pull_chip()
152 mt_gpio_set_pull_pu_pd(pin, enable, select); in mt_gpio_set_pull_chip()
/rk3399_ARM-atf/plat/amlogic/common/
H A Daml_scpi.c91 void aml_scpi_jtag_set_state(uint32_t state, uint8_t select) in aml_scpi_jtag_set_state() argument
95 if (select > AML_JTAG_A53_EE) { in aml_scpi_jtag_set_state()
96 WARN("BL31: Invalid JTAG select (0x%x).\n", select); in aml_scpi_jtag_set_state()
102 (state << 8) | (uint32_t)select); in aml_scpi_jtag_set_state()
/rk3399_ARM-atf/plat/amlogic/common/include/
H A Daml_private.h29 void aml_scpi_jtag_set_state(uint32_t state, uint8_t select);
/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dinput_bl2_ch221 # The number of files and key select should lie between 1 and 4 for 1040 and C290.
22 # For rest of the platforms only one key is required and key select should not be provided.
/rk3399_ARM-atf/docs/plat/st/
H A Dstm32mp2.rst110 - | ``STM32MP21``: to select STM32MP21 variant configuration.
112 - | ``STM32MP23``: to select STM32MP23 variant configuration.
114 - | ``STM32MP25``: to select STM32MP25 variant configuration.
H A Dstm32mp1.rst99 - | ``STM32MP13``: to select STM32MP13 variant configuration.
101 - | ``STM32MP15``: to select STM32MP15 variant configuration.
H A Dstm32mpus.rst59 - | ``STM32MP_UART_BAUDRATE``: to select UART baud rate.
/rk3399_ARM-atf/docs/getting_started/
H A Dinitial-build.rst21 also select the clang or armclang assembler. Arm Compiler 6 will be selected
H A Dprerequisites.rst66 For instructions on how to select the cross compiler refer to
H A Dbuild-options.rst225 - ``DECRYPTION_SUPPORT``: This build flag enables the user to select the
787 - ``KEY_ALG``: This build flag enables the user to select the algorithm to be
795 - ``KEY_SIZE``: This build flag enables the user to select the key size for
811 - ``HASH_ALG``: This build flag enables the user to select the secure hash
848 select the TPM interface. Currently only one interface is supported:
854 - ``MBOOT_TPM_HASH_ALG``: Build flag to select the TPM hash algorithm used during
905 Arm Juno board, select PLAT=juno.
1408 GIC-600, so is safe to select even for a GIC500 implementation.
/rk3399_ARM-atf/docs/plat/arm/
H A Darm-build-options.rst7 - ``ARM_BL31_IN_DRAM``: Boolean option to select loading of BL31 in TZC secured
169 select the appropriate platform variant for the build. The range of valid
/rk3399_ARM-atf/docs/design/
H A Dtrusted-board-boot-build.rst36 document. To select a different one, use the ``COT`` build option.
/rk3399_ARM-atf/docs/components/
H A Dcontext-management-library.rst93 3. **Flexibility for Dispatchers to select desired feature set to save and restore**
96 to detect its presence at runtime. This helps dispatchers to select the desired
482 the respective world's setup_context to select behaviour.
/rk3399_ARM-atf/docs/design_documents/
H A Dmeasured_boot_dtpm_poc.rst423 Card did not respond to voltage select! : -110
436 Card did not respond to voltage select! : -110
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst845 cookie in the first argument may be used to select the counter in case the
863 select the counter (as explained in plat_get_nv_ctr()). The second argument is
H A Dchange-log.md777 …- select the DFI interface based on the hand-off data ([6993598](https://review.trustedfirmware.or…
7736 …- add logic to select the images to be booted ([8dd7553](https://review.trustedfirmware.org/plugin…
7760 …- select platform compilation either by flag or DT ([99a5d8d](https://review.trustedfirmware.org/p…
9194 …- select correct pcie reference clock source ([371648e](https://review.trustedfirmware.org/plugins…
10617 - Add `COT` build option to select the Chain of Trust to use when the Trusted
11005 - Add new build option to let each platform select which implementation of
12577 - Added interconnect abstraction layer to help platform ports select the right
12582 TF-A to be compiled to support multiple Arm platforms and then select one at