Searched refs:select (Results 1 – 15 of 15) sorted by relevance
/trusted-firmware-a-latest/plat/mediatek/drivers/gpio/ |
D | mtgpio_common.c | 92 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()
|
/trusted-firmware-a-latest/plat/amlogic/common/ |
D | aml_scpi.c | 91 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()
|
/trusted-firmware-a-latest/plat/amlogic/common/include/ |
D | aml_private.h | 29 void aml_scpi_jtag_set_state(uint32_t state, uint8_t select);
|
/trusted-firmware-a-latest/drivers/nxp/auth/csf_hdr_parser/ |
D | input_bl2_ch2 | 21 # 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.
|
/trusted-firmware-a-latest/docs/plat/st/ |
D | stm32mpus.rst | 59 - | ``STM32MP_UART_BAUDRATE``: to select UART baud rate.
|
D | stm32mp1.rst | 99 - | ``STM32MP13``: to select STM32MP13 variant configuration. 101 - | ``STM32MP15``: to select STM32MP15 variant configuration.
|
D | stm32mp2.rst | 69 - | ``STM32MP25``: to select STM32MP25 variant configuration.
|
/trusted-firmware-a-latest/docs/plat/arm/ |
D | arm-build-options.rst | 7 - ``ARM_BL31_IN_DRAM``: Boolean option to select loading of BL31 in TZC secured 132 to select the appropriate platform variant for the build. The range of
|
/trusted-firmware-a-latest/docs/getting_started/ |
D | initial-build.rst | 21 also select the clang or armclang assembler. Arm Compiler 6 will be selected
|
D | prerequisites.rst | 50 For instructions on how to select the cross compiler refer to
|
D | build-options.rst | 206 - ``DECRYPTION_SUPPORT``: This build flag enables the user to select the 614 - ``KEY_ALG``: This build flag enables the user to select the algorithm to be 622 - ``KEY_SIZE``: This build flag enables the user to select the key size for 638 - ``HASH_ALG``: This build flag enables the user to select the secure hash 718 Arm Juno board, select PLAT=juno. 1129 GIC-600, so is safe to select even for a GIC500 implementation.
|
/trusted-firmware-a-latest/docs/design_documents/ |
D | context_mgmt_rework.rst | 72 (4) **Allow more flexibility for Dispatchers to select feature set to save and restore** 77 CPU features to select registers to save and restore. It also assumes that
|
/trusted-firmware-a-latest/docs/design/ |
D | trusted-board-boot-build.rst | 36 document. To select a different one, use the ``COT`` build option.
|
/trusted-firmware-a-latest/docs/ |
D | porting-guide.rst | 845 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
|
D | change-log.md | 3386 …- add logic to select the images to be booted ([8dd7553](https://review.trustedfirmware.org/plugin… 3410 …- select platform compilation either by flag or DT ([99a5d8d](https://review.trustedfirmware.org/p… 4843 …- select correct pcie reference clock source ([371648e](https://review.trustedfirmware.org/plugins… 6266 - Add `COT` build option to select the Chain of Trust to use when the Trusted 6654 - Add new build option to let each platform select which implementation of 8226 - Added interconnect abstraction layer to help platform ports select the right 8231 TF-A to be compiled to support multiple Arm platforms and then select one at
|