Searched refs:lvl2_state (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/plat/qti/common/src/ |
| H A D | qti_pm.c | 43 #define qti_make_pwrstate_lvl2(lvl2_state, lvl1_state, lvl0_state, type) \ argument 44 (((lvl2_state) << (QTI_LOCAL_PSTATE_WIDTH * 2)) | \ 48 #define qti_make_pwrstate_lvl3(lvl3_state, lvl2_state, lvl1_state, lvl0_state, type) \ argument 50 qti_make_pwrstate_lvl2(lvl2_state, lvl1_state, lvl0_state, type))
|
| /rk3399_ARM-atf/plat/mediatek/mt8173/include/ |
| H A D | mt8173_def.h | 135 lvl2_state, lvl1_state, lvl0_state, pwr_lvl, type) \ argument 136 (((lvl2_state) << (MTK_LOCAL_PSTATE_WIDTH * 2)) | \
|
| /rk3399_ARM-atf/include/plat/arm/common/ |
| H A D | plat_arm.h | 180 #define arm_make_pwrstate_lvl2(lvl2_state, lvl1_state, lvl0_state, pwr_lvl, type) \ argument 181 (((lvl2_state) << (ARM_LOCAL_PSTATE_WIDTH * 2)) | \
|
| /rk3399_ARM-atf/plat/mediatek/mt8183/ |
| H A D | plat_pm.c | 72 lvl2_state, lvl1_state, lvl0_state, pwr_lvl, type) \ argument 73 (((lvl2_state) << (MTK_LOCAL_PSTATE_WIDTH * 2)) | \
|