Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_api.c171 #define UPWR_MU_TSR_EMPTY ((uint32_t)((1UL << UPWR_MU_MSG_SIZE) - 1UL))
2987 if (size > UPWR_MU_MSG_SIZE) { in upwr_tx()
3028 #if UPWR_MU_MSG_SIZE > 1 in upwr_rx()
3030 #if UPWR_MU_MSG_SIZE > 2 in upwr_rx()
3032 #if UPWR_MU_MSG_SIZE > 3 in upwr_rx()
H A Dupower_soc_defs.h24 #define UPWR_MU_MSG_SIZE (2U) /* words */ macro