Searched refs:A53_LPM_STOP (Results 1 – 2 of 2) sorted by relevance
15 #define A53_LPM_STOP U(0xA) macro16 #define LPM_MODE(local_state) ((local_state) == PLAT_WAIT_RET_STATE ? A53_LPM_WAIT : A53_LPM_STOP)
83 val |= A53_LPM_STOP; /* enable C0-C1's STOP mode */ in imx_set_cluster_powerdown()88 mmio_setbits_32(IMX_GPC_BASE + LPCR_A53_BSC2, A53_LPM_STOP); in imx_set_cluster_powerdown()
Completed in 2 milliseconds