Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/imx/imx8m/imx8mq/
A Dgpc.c95 val |= COREx_LPM_PUP(last_core); /* enable LPM PUP for last core */ in imx_set_cluster_powerdown()
121 val &= ~COREx_LPM_PUP(last_core); /* disable C0's LPM PUP */ in imx_set_cluster_powerdown()
/tf-a-ffa_el3_spmc/plat/imx/imx8m/include/
A Dgpc.h24 #define COREx_LPM_PUP(core_id) ((core_id) < 2 ? (1 << ((core_id) * 2 + 9)) : (1 << ((core_id) * 2 … macro

Completed in 2 milliseconds