Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/imx/imx8m/include/
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)
/external/arm-trusted-firmware/plat/imx/imx8m/imx8mq/
Dgpc.c83 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()