Searched refs:prepare (Results 1 – 16 of 16) sorted by relevance
/arm-trusted-firmware-2.8.0/drivers/mmc/ |
A D | mmc.c | 173 ret = ops->prepare(0, (uintptr_t)&scr, sizeof(scr)); in mmc_sd_switch() 270 ret = ops->prepare(0, (uintptr_t)&mmc_ext_csd, in mmc_fill_device_info() 375 ret = ops->prepare(0, (uintptr_t)&sd_switch_func_status, in sd_switch() 606 ret = ops->prepare(lba, buf, size); in mmc_read_blocks() 674 ret = ops->prepare(lba, buf, size); in mmc_write_blocks() 842 (ops_ptr->prepare != NULL) && in mmc_init()
|
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/ |
A D | fconf_bl1_load_config.puml | 76 == load & auth, prepare and jump to BL2 ==
|
/arm-trusted-firmware-2.8.0/include/drivers/ |
A D | mmc.h | 138 int (*prepare)(int lba, uintptr_t buf, size_t size); member
|
/arm-trusted-firmware-2.8.0/drivers/imx/usdhc/ |
A D | imx_usdhc.c | 31 .prepare = imx_usdhc_prepare,
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | alt-boot-flows.rst | 75 without a BL33 and prepare to jump to a BL33 image loaded at address
|
A D | firmware-design.rst | 1111 the TSP to prepare for or respond to the power state change
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/juno/ |
A D | index.rst | 15 To run TF-A on Juno, you need to first prepare an SD card with Juno software 19 `Juno platform software user guide`_. Once you prepare the software stack
|
/arm-trusted-firmware-2.8.0/drivers/synopsys/emmc/ |
A D | dw_mmc.c | 134 .prepare = dw_prepare,
|
/arm-trusted-firmware-2.8.0/drivers/rpi3/sdhost/ |
A D | rpi3_sdhost.c | 31 .prepare = rpi3_sdhost_prepare,
|
/arm-trusted-firmware-2.8.0/docs/plat/marvell/armada/ |
A D | porting.rst | 135 The easiest way to prepare the PHY porting layer for custom board is to copy
|
/arm-trusted-firmware-2.8.0/drivers/st/mmc/ |
A D | stm32_sdmmc2.c | 146 .prepare = stm32_sdmmc2_prepare,
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/ |
A D | arm-build-options.rst | 23 platform setup hook at BL1 and disabled in the BL1 prepare exit hook. The
|
/arm-trusted-firmware-2.8.0/docs/design_documents/ |
A D | context_mgmt_rework.rst | 54 EL3 can do the bare minimal EL2 init and init EL1 to prepare for EL3 exit.
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | firmware-update.rst | 169 call to ``bl1_plat_get_image_desc()``. The same ID is also used to prepare the
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | porting-guide.rst | 2732 Perform the platform specific actions to prepare to power off the calling CPU 2766 Perform the platform specific actions to prepare to suspend the calling
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | change-log.md | 341 …- prepare DLME data for DLME launch ([d42119c](https://review.trustedfirmware.org/plugins/gitiles/… 342 …- prepare EL state during dynamic launch ([d1747e1](https://review.trustedfirmware.org/plugins/git… 4347 UNIPHIER_ROM_REGION_SIZE, prepare uniphier_soc_info() for next SoC, extend
|
Completed in 33 milliseconds