Searched refs:MTK_LOCAL_STATE_OFF (Results 1 – 9 of 9) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8173/ |
A D | plat_pm.c | 55 MTK_LOCAL_STATE_OFF, MTK_PWR_LVL0, PSTATE_TYPE_POWERDOWN), 58 MTK_LOCAL_STATE_OFF, MTK_PWR_LVL1, PSTATE_TYPE_POWERDOWN), 61 mtk_make_pwrstate_lvl2(MTK_LOCAL_STATE_OFF, MTK_LOCAL_STATE_OFF, 62 MTK_LOCAL_STATE_OFF, MTK_PWR_LVL2, PSTATE_TYPE_POWERDOWN), 339 if (MTK_SYSTEM_PWR_STATE(state) != MTK_LOCAL_STATE_OFF) { in plat_power_domain_suspend() 341 if (MTK_CLUSTER_PWR_STATE(state) == MTK_LOCAL_STATE_OFF) in plat_power_domain_suspend() 353 if (MTK_SYSTEM_PWR_STATE(state) == MTK_LOCAL_STATE_OFF) { in plat_power_domain_suspend() 409 if (MTK_SYSTEM_PWR_STATE(state) == MTK_LOCAL_STATE_OFF) { in plat_power_domain_suspend_finish() 425 if (MTK_SYSTEM_PWR_STATE(state) != MTK_LOCAL_STATE_OFF) { in plat_power_domain_suspend_finish() 439 req_state->pwr_domain_state[i] = MTK_LOCAL_STATE_OFF; in plat_get_sys_suspend_power_state() [all …]
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/ |
A D | plat_pm.c | 39 #define MTK_LOCAL_STATE_OFF 2 macro 99 MTK_LOCAL_STATE_OFF, MTK_PWR_LVL0, PSTATE_TYPE_POWERDOWN), 102 MTK_LOCAL_STATE_OFF, MTK_PWR_LVL1, PSTATE_TYPE_POWERDOWN), 105 mtk_make_pwrstate_lvl2(MTK_LOCAL_STATE_OFF, MTK_LOCAL_STATE_OFF, 106 MTK_LOCAL_STATE_OFF, MTK_PWR_LVL2, PSTATE_TYPE_POWERDOWN), 332 bool afflvl1 = (pds[MPIDR_AFFLVL1] == MTK_LOCAL_STATE_OFF); in plat_mtk_power_domain_off() 351 bool afflvl1 = (pds[MPIDR_AFFLVL1] == MTK_LOCAL_STATE_OFF); in plat_mtk_power_domain_on_finish() 367 bool afflvl1 = (pds[MPIDR_AFFLVL1] == MTK_LOCAL_STATE_OFF); in plat_mtk_power_domain_suspend() 368 bool afflvl2 = (pds[MPIDR_AFFLVL2] == MTK_LOCAL_STATE_OFF); in plat_mtk_power_domain_suspend() 507 req_state->pwr_domain_state[i] = MTK_LOCAL_STATE_OFF; in plat_mtk_validate_power_state() [all …]
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/include/ |
A D | plat_pm.h | 20 #define MTK_LOCAL_STATE_OFF U(2) macro
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/include/ |
A D | plat_pm.h | 20 #define MTK_LOCAL_STATE_OFF U(2) macro
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8173/include/ |
A D | mt8173_def.h | 104 #define MTK_LOCAL_STATE_OFF 2 macro
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/include/ |
A D | plat_pm.h | 24 #define MTK_LOCAL_STATE_OFF U(2) macro
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/ |
A D | plat_pm.c | 307 plat_local_state_t s = MTK_LOCAL_STATE_OFF; in plat_validate_power_state()
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/ |
A D | plat_pm.c | 309 plat_local_state_t s = MTK_LOCAL_STATE_OFF; in plat_validate_power_state()
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/ |
A D | plat_pm.c | 306 plat_local_state_t s = MTK_LOCAL_STATE_OFF; in plat_validate_power_state()
|
Completed in 9 milliseconds