Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/marvell/armada/a8k/common/
Dplat_pm.c122 int exit_loop = REG_WR_VALIDATE_TIMEOUT; in plat_marvell_cpu_powerdown() local
134 exit_loop--; in plat_marvell_cpu_powerdown()
136 exit_loop > 0); in plat_marvell_cpu_powerdown()
144 exit_loop = REG_WR_VALIDATE_TIMEOUT; in plat_marvell_cpu_powerdown()
147 exit_loop--; in plat_marvell_cpu_powerdown()
148 } while (reg_val & PWRC_CPUN_CR_PWR_DN_RQ_MASK && exit_loop > 0); in plat_marvell_cpu_powerdown()
150 if (exit_loop <= 0) in plat_marvell_cpu_powerdown()
164 exit_loop = REG_WR_VALIDATE_TIMEOUT; in plat_marvell_cpu_powerdown()
167 exit_loop--; in plat_marvell_cpu_powerdown()
168 } while (reg_val & CCU_B_PRCRN_CPUPORESET_STATIC_MASK && exit_loop > 0); in plat_marvell_cpu_powerdown()
[all …]