Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8m/include/
H A Dgpc.h15 #define A53_LPM_STOP U(0xA) macro
16 #define LPM_MODE(local_state) ((local_state) == PLAT_WAIT_RET_STATE ? A53_LPM_WAIT : A53_LPM_STOP)
/rk3399_ARM-atf/plat/imx/imx8m/imx8mq/
H A Dgpc.c280 val |= A53_LPM_STOP; /* enable C0-C1's STOP mode */ in imx_set_cluster_powerdown()
285 mmio_setbits_32(IMX_GPC_BASE + LPCR_A53_BSC2, A53_LPM_STOP); in imx_set_cluster_powerdown()