Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/rockchip/common/drivers/pmu/
Dpmu_com.h51 uint32_t loop = 0; in pmu_power_domain_ctr() local
65 while ((pmu_power_domain_st(pd) != pd_state) && (loop < PD_CTR_LOOP)) { in pmu_power_domain_ctr()
67 loop++; in pmu_power_domain_ctr()
82 uint32_t cluster_id, loop = 0; in check_cpu_wfie() local
108 (loop < CHK_CPU_LOOP)) { in check_cpu_wfie()
110 loop++; in check_cpu_wfie()
/trusted-firmware-a-latest/plat/marvell/armada/a3k/common/
Dplat_pm.c584 uint32_t loop; in a3700_get_wake_up_src_func() local
586 for (loop = 0; loop < WAKE_UP_SRC_MAX; loop++) { in a3700_get_wake_up_src_func()
587 if (src_func_table[loop].type == type) in a3700_get_wake_up_src_func()
588 return src_func_table[loop].func; in a3700_get_wake_up_src_func()
603 uint32_t loop; in a3700_set_wake_up_source() local
607 for (loop = 0; loop < wake_up_src->wake_up_src_num; loop++) { in a3700_set_wake_up_source()
609 wake_up_src->wake_up_src[loop].wake_up_src_type); in a3700_set_wake_up_source()
612 &(wake_up_src->wake_up_src[loop].wake_up_data)); in a3700_set_wake_up_source()
/trusted-firmware-a-latest/lib/libc/
Dprintf.c121 loop: in vprintf()
170 goto loop; in vprintf()
174 goto loop; in vprintf()
188 goto loop; in vprintf()
Dsnprintf.c142 loop: in vsnprintf()
164 goto loop; in vsnprintf()
168 goto loop; in vsnprintf()
200 goto loop; in vsnprintf()
204 goto loop; in vsnprintf()
/trusted-firmware-a-latest/drivers/brcm/
Dsotp.c138 uint32_t loop; in sotp_mem_write()
198 for (loop = 0; loop < 4; loop++) { in sotp_mem_write()
199 mmio_write_32(SOTP_WRDATA_0, prog_array[loop]); in sotp_mem_write()
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/
Dbl2-loading-sp.puml21 loop for each spkg subnode
27 end loop
/trusted-firmware-a-latest/plat/renesas/common/
Dbl2_interrupt_error.c71 goto loop; in bl2_interrupt_error_type()
106 loop: in bl2_interrupt_error_type()
/trusted-firmware-a-latest/drivers/renesas/common/emmc/
Demmc_cmd.c30 int32_t loop = 10000; in emmc_softreset() local
46 while (loop > 0) { in emmc_softreset()
50 loop--; in emmc_softreset()
51 if ((loop == 0) && (retry > 0)) { in emmc_softreset()
53 loop = 10000; in emmc_softreset()
/trusted-firmware-a-latest/docs/security_advisories/
Dsecurity-advisory-tfv-9.rst42 inserting a loop workaround with implementation specific number of iterations
50 TF-A using the loop workaround(all cores that implement FEAT_CSV2 except the
101 `Gerrit topic #spectre_bhb`_ This patchset implements the Spectre-BHB loop
103 speculative barrier instruction, the loop workaround is optimised by using SB
/trusted-firmware-a-latest/plat/rockchip/px30/drivers/pmu/
Dpmu.c133 uint32_t loop = 0; in pmu_power_domain_ctr() local
142 while ((pmu_power_domain_st(pd) != pd_state) && (loop < PD_CTR_LOOP)) { in pmu_power_domain_ctr()
144 loop++; in pmu_power_domain_ctr()
371 uint32_t loop = 0, wfie_msk = CKECK_WFEI_MSK << cpu; in check_cpu_wfie() local
374 (loop < WFEI_CHECK_LOOP)) { in check_cpu_wfie()
376 loop++; in check_cpu_wfie()
389 uint32_t cpu_pd, apm_value, cfg_info, loop = 0; in cpus_power_domain_on() local
406 while (pmu_power_domain_st(cpu_pd) == pmu_pd_on && loop < 100) { in cpus_power_domain_on()
408 loop++; in cpus_power_domain_on()
/trusted-firmware-a-latest/plat/brcm/board/common/
Dbcm_elog.c216 loop: in bcm_elog()
248 goto loop; in bcm_elog()
/trusted-firmware-a-latest/plat/renesas/common/aarch64/
Dplat_helpers.S209 loop: label
212 b.gt loop
/trusted-firmware-a-latest/docs/plat/
Dqemu-sbsa.rst14 loop to be released by normal world via PSCI.
Dqemu.rst8 loop to be released by normal world via PSCI.
Drpi3.rst178 cold boot, all secondary cores wait in a loop until they are given given an
182 has to call ``PSCI_CPU_ON`` to release the secondary CPUs from the wait loop.
/trusted-firmware-a-latest/docs/plat/st/
Dstm32mpus.rst13 secondary boot core (core 1) is kept in a holding pen loop.
/trusted-firmware-a-latest/drivers/renesas/common/ddr/ddr_b/
Dboot_init_dram.c529 uint32_t loop; in reg_ddrphy_read() local
542 for (loop = 0; loop < loop_max; loop++) { in reg_ddrphy_read()
577 uint32_t loop; in reg_ddrphy_write() local
583 for (loop = 0; loop < loop_max; loop++) { in reg_ddrphy_write()
590 for (loop = 0; loop < loop_max; loop++) { in reg_ddrphy_write()
626 uint32_t loop; in reg_ddrphy_write_a() local
640 for (loop = 0; loop < loop_max; loop++) { in reg_ddrphy_write_a()
/trusted-firmware-a-latest/docs/design/
Dalt-boot-flows.rst56 used. The infinite loop that it introduces in BL1 stops execution at the right
Dinterrupt-framework-design.rst1009 This is done in a loop till the SMC call succeeds or fails. If a ``yielding``
/trusted-firmware-a-latest/docs/getting_started/
Dbuild-options.rst825 - ``SPIN_ON_BL1_EXIT``: This option introduces an infinite loop in BL1. It can
826 take either 0 (no loop) or 1 (add a loop). 0 is the default. This loop stops
1185 It is also possible to introduce an infinite loop to help in debugging the
1201 # Jump over the debug loop
/trusted-firmware-a-latest/docs/process/
Dcoding-style.rst136 Example for a ``while`` loop:
/trusted-firmware-a-latest/docs/plat/marvell/armada/
Dbuild.rst281 Please note that this is not a full WTMI image, just a main loop without
/trusted-firmware-a-latest/docs/components/
Dsecure-partition-manager.rst1185 valid transition that could lead to a loop in the call chain, SPMC denies the
/trusted-firmware-a-latest/docs/
Dchange-log.md1486 …- loop / crash if mmap of region fails ([8c353e0](https://review.trustedfirmware.org/plugins/gitil…
4242 …- loop workaround for CVE-2022-23960 for Cortex-A76 ([a10a5cb](https://review.trustedfirmware.org/…
6446 - smmu: SMMUv3: Changed retry loop to delay timer
6867 - Fix Coverity #261967, Infinite loop
Dporting-guide.rst2786 not return back to the caller (by calling wfi in an infinite loop to ensure