Searched refs:afflvl (Results 1 – 4 of 4) sorted by relevance
/external/arm-trusted-firmware/plat/mediatek/mt6795/ |
D | plat_pm.c | 186 static int32_t plat_do_plat_actions(unsigned int afflvl, unsigned int state) in plat_do_plat_actions() argument 190 assert(afflvl <= MPIDR_AFFLVL2); in plat_do_plat_actions() 201 if (afflvl != max_phys_off_afflvl) in plat_do_plat_actions() 238 unsigned int afflvl, in plat_affinst_on() argument 250 if (afflvl != MPIDR_AFFLVL0) in plat_affinst_on() 280 static void plat_affinst_off(unsigned int afflvl, unsigned int state) in plat_affinst_off() argument 285 if (plat_do_plat_actions(afflvl, state) == -EAGAIN) in plat_affinst_off() 293 if (afflvl != MPIDR_AFFLVL0) { in plat_affinst_off() 314 unsigned int afflvl, in plat_affinst_suspend() argument 323 if (plat_do_plat_actions(afflvl, state) == -EAGAIN) in plat_affinst_suspend() [all …]
|
/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/ |
D | spm_mcdi.h | 11 void spm_mcdi_prepare_for_off_state(unsigned long mpidr, unsigned int afflvl); 12 void spm_mcdi_finish_for_on_state(unsigned long mpidr, unsigned int afflvl);
|
D | spm_mcdi.c | 468 void spm_mcdi_prepare_for_off_state(unsigned long mpidr, unsigned int afflvl) in spm_mcdi_prepare_for_off_state() argument 486 if (afflvl == MPIDR_AFFLVL1) in spm_mcdi_prepare_for_off_state() 491 void spm_mcdi_finish_for_on_state(unsigned long mpidr, unsigned int afflvl) in spm_mcdi_finish_for_on_state() argument
|
/external/arm-trusted-firmware/plat/nvidia/tegra/include/ |
D | tegra_private.h | 123 int tegra_prepare_cpu_suspend(unsigned int id, unsigned int afflvl);
|