Home
last modified time | relevance | path

Searched refs:MPIDR_AFFLVL1 (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dplat_topology.c38 if (aff_lvl > MPIDR_AFFLVL1) in plat_get_aff_count()
41 if (aff_lvl == MPIDR_AFFLVL1) in plat_get_aff_count()
49 return aff_lvl <= MPIDR_AFFLVL1 ? PSCI_AFF_PRESENT : PSCI_AFF_ABSENT; in plat_get_aff_state()
54 return MPIDR_AFFLVL1; in plat_get_max_afflvl()
Dplat_pm.c56 assert(afflvl <= MPIDR_AFFLVL1); in hikey_do_plat_actions()
86 case MPIDR_AFFLVL1: in hikey_affinst_on()
107 case MPIDR_AFFLVL1: in hikey_affinst_off()
138 case MPIDR_AFFLVL1: in hikey_affinst_suspend()
280 PSTATE_TYPE_POWERDOWN, MPIDR_AFFLVL1); in hikey_get_sys_suspend_power_state()
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
Dplat_topology.c37 if (aff_lvl > MPIDR_AFFLVL1) in plat_get_aff_count()
40 if (aff_lvl == MPIDR_AFFLVL1) in plat_get_aff_count()
48 return aff_lvl <= MPIDR_AFFLVL1 ? PSCI_AFF_PRESENT : PSCI_AFF_ABSENT; in plat_get_aff_state()
53 return MPIDR_AFFLVL1; in plat_get_max_afflvl()
Dplat_pm.c69 assert(afflvl <= MPIDR_AFFLVL1); in juno_do_plat_actions()
/device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
Dpsci_afflvl_off.c65 assert(cluster_node->level == MPIDR_AFFLVL1); in psci_afflvl1_off()
71 psci_do_pwrdown_cache_maintenance(MPIDR_AFFLVL1); in psci_afflvl1_off()
Dpsci_afflvl_suspend.c139 assert(cluster_node->level == MPIDR_AFFLVL1); in psci_afflvl1_suspend()
145 psci_do_pwrdown_cache_maintenance(MPIDR_AFFLVL1); in psci_afflvl1_suspend()
420 assert(cluster_node->level == MPIDR_AFFLVL1); in psci_afflvl1_suspend_finish()
Dpsci_afflvl_on.c99 assert(cluster_node->level == MPIDR_AFFLVL1); in psci_afflvl1_on()
358 assert(cluster_node->level == MPIDR_AFFLVL1); in psci_afflvl1_on_finish()
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
Dplatform_def.h83 #define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL1
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
Dfvp_topology.c185 return MPIDR_AFFLVL1; in plat_get_max_afflvl()
Dfvp_pm.c102 assert(afflvl <= MPIDR_AFFLVL1); in fvp_do_plat_actions()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
Darch.h61 #define MPIDR_AFFLVL1 1 macro