Searched refs:lvl0_state (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/ |
D | mt8173_def.h | 130 #define mtk_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument 131 (((lvl0_state) << PSTATE_ID_SHIFT) | ((type) << PSTATE_TYPE_SHIFT)) 133 #define mtk_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument 134 (((lvl0_state) << PSTATE_ID_SHIFT) | \ 141 #define mtk_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type) \ argument 143 mtk_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type)) 147 lvl2_state, lvl1_state, lvl0_state, pwr_lvl, type) \ argument 149 mtk_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type))
|
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/ |
D | plat_arm.h | 83 #define arm_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument 84 (((lvl0_state) << PSTATE_ID_SHIFT) | ((type) << PSTATE_TYPE_SHIFT)) 86 #define arm_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument 87 (((lvl0_state) << PSTATE_ID_SHIFT) | \ 93 #define arm_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type) \ argument 95 arm_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type)) 98 #define arm_make_pwrstate_lvl2(lvl2_state, lvl1_state, lvl0_state, pwr_lvl, type) \ argument 100 arm_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type))
|
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/ |
D | qemu_pm.c | 23 #define qemu_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument 24 (((lvl0_state) << PSTATE_ID_SHIFT) | \ 27 #define qemu_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument 28 (((lvl0_state) << PSTATE_ID_SHIFT) | \ 34 #define qemu_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type) \ argument 36 qemu_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type))
|