Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 38) sorted by relevance

12

/trusted-firmware-a/lib/extensions/ras/
A Dras_common.c127 struct ras_interrupt *selected = NULL; in ras_interrupt_handler() local
146 selected = &ras_inrs[mid]; in ras_interrupt_handler()
157 if (selected == NULL) { in ras_interrupt_handler()
162 if (selected->err_record->probe != NULL) { in ras_interrupt_handler()
163 ret = selected->err_record->probe(selected->err_record, &probe_data); in ras_interrupt_handler()
168 assert(selected->err_record->handler != NULL); in ras_interrupt_handler()
169 (void) selected->err_record->handler(selected->err_record, probe_data, in ras_interrupt_handler()
/trusted-firmware-a/drivers/renesas/common/emmc/
A Demmc_init.c31 mmc_drv_obj.selected = FALSE; in rcar_emmc_memcard_power()
A Demmc_mount.c162 mmc_drv_obj.selected = TRUE; in emmc_card_init()
229 if (mmc_drv_obj.selected != TRUE) { in emmc_high_speed()
324 if (mmc_drv_obj.selected != TRUE) { in emmc_bus_width()
A Demmc_utility.c199 mmc_drv_obj.selected = FALSE; in emmc_send_idle_cmd()
A Demmc_std.h401 uint32_t selected; member
/trusted-firmware-a/docs/getting_started/
A Dinitial-build.rst29 Arm Compiler 6 will be selected when the base name of the path assigned
39 Clang will be selected when the base name of the path assigned to ``CC``
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dinitial-build.rst.txt29 Arm Compiler 6 will be selected when the base name of the path assigned
39 Clang will be selected when the base name of the path assigned to ``CC``
/trusted-firmware-a/docs/design/
A Dtrusted-board-boot-build.rst70 FIP will include the certificates corresponding to the selected Chain of
107 selected Chain of Trust. These certificates can also be found in the output
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dtrusted-board-boot-build.rst.txt70 FIP will include the certificates corresponding to the selected Chain of
107 selected Chain of Trust. These certificates can also be found in the output
/trusted-firmware-a/docs/design_documents/
A Dcmake_framework.rst113 using the selected generator backend (currently only the Makefile generator is
114 supported). After this we run the selected build tool which in turn calls the
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design_documents/
A Dcmake_framework.rst.txt113 using the selected generator backend (currently only the Makefile generator is
114 supported). After this we run the selected build tool which in turn calls the
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/fvp/
A Dindex.rst.txt118 - ``FVP_CCI`` : The CCI driver is selected. This is the default
120 - ``FVP_CCN`` : The CCN driver is selected. This is the default
132 - ``FVP_GICV2`` : The GICv2 only driver is selected
133 - ``FVP_GICV3`` : The GICv3 only driver is selected (default option)
146 the default HW_CONFIG selected by the build system.
/trusted-firmware-a/docs/plat/arm/fvp/
A Dindex.rst118 - ``FVP_CCI`` : The CCI driver is selected. This is the default
120 - ``FVP_CCN`` : The CCN driver is selected. This is the default
132 - ``FVP_GICV2`` : The GICv2 only driver is selected
133 - ``FVP_GICV3`` : The GICv3 only driver is selected (default option)
146 the default HW_CONFIG selected by the build system.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/
A Darm-build-options.rst.txt53 for Arm platforms. Depending on the selected option, the proper private key
101 SPMC Core manifest. Valid when ``SPD=spmd`` is selected.
/trusted-firmware-a/docs/plat/arm/
A Darm-build-options.rst53 for Arm platforms. Depending on the selected option, the proper private key
101 SPMC Core manifest. Valid when ``SPD=spmd`` is selected.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Ddebugfs-design.rst.txt67 This interface is embedded into the BL31 run-time payload when selected by build
A Dexception-handling.rst.txt17 The |EHF| is selected by setting the build option ``EL3_EXCEPTION_HANDLING`` to
/trusted-firmware-a/docs/components/
A Ddebugfs-design.rst67 This interface is embedded into the BL31 run-time payload when selected by build
A Dexception-handling.rst17 The |EHF| is selected by setting the build option ``EL3_EXCEPTION_HANDLING`` to
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/nxp/
A Dnxp-ls-tbbr.rst.txt90 - This option is automatically selected when TRUSTED_BOARD_BOOT is set but MBEDTLS_DIR path is not …
A Dnxp-layerscape.rst.txt219 -To compile additional fip-ddr for selected platforms(Refer above table if the platform needs fip-d…
/trusted-firmware-a/docs/plat/nxp/
A Dnxp-ls-tbbr.rst90 - This option is automatically selected when TRUSTED_BOARD_BOOT is set but MBEDTLS_DIR path is not …
A Dnxp-layerscape.rst219 -To compile additional fip-ddr for selected platforms(Refer above table if the platform needs fip-d…
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Djquery-3.5.1.js2188 ( nodeName === "option" && !!elem.selected );
2200 return elem.selected === true;
7967 support.optSelected = opt.selected;
8201 jQuery.propHooks.selected = {
8540 if ( ( option.selected || i === index ) &&
8574 if ( option.selected =
9079 var selected;
9090 return !( selected = dataTypeOrTransport );
9093 return selected;
A Djquery.js2selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},em…

Completed in 39 milliseconds

12