HomeSort by relevance Sort by last modified time
    Searched refs:MPIDR_AFFLVL2 (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
plat_topology.c 26 return aff_lvl <= MPIDR_AFFLVL2 ? PSCI_AFF_PRESENT : PSCI_AFF_ABSENT;
plat_pm.c 188 assert(afflvl <= MPIDR_AFFLVL2);
346 if (afflvl >= MPIDR_AFFLVL2) {
395 if (afflvl >= MPIDR_AFFLVL2) {
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/
platform_def.h 42 #define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
54 #define PLAT_MAX_PWR_LVL MPIDR_AFFLVL2
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/
platform_def.h 26 #define PLAT_MAX_PWR_LVL MPIDR_AFFLVL2
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/include/
platform_def.h 41 #define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
53 #define PLAT_MAX_PWR_LVL MPIDR_AFFLVL2
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/include/
platform_def.h 41 #define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
55 #define PLAT_MAX_PWR_LVL MPIDR_AFFLVL2
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/
plat_topology.c 26 return aff_lvl <= MPIDR_AFFLVL2 ? PSCI_AFF_PRESENT : PSCI_AFF_ABSENT;
plat_pm.c 248 assert(afflvl <= MPIDR_AFFLVL2);
460 if (afflvl < MPIDR_AFFLVL2)
472 if (afflvl >= MPIDR_AFFLVL2) {
593 if (afflvl >= MPIDR_AFFLVL2) {
609 if (afflvl < MPIDR_AFFLVL2)
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/
plat_psci_handlers.c 94 if (lvl == MPIDR_AFFLVL2)
104 if (((lvl == MPIDR_AFFLVL2) || (lvl == MPIDR_AFFLVL1)) &&
117 unsigned int stateid_afflvl2 = pwr_domain_state[MPIDR_AFFLVL2];
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/include/
platform_def.h 30 #define PLAT_MAX_PWR_LVL MPIDR_AFFLVL2
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
platform_def.h 38 #define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
platform_def.h 30 #define PLAT_MAX_PWR_LVL MPIDR_AFFLVL2
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/
plat_psci_handlers.c 170 if (lvl == MPIDR_AFFLVL2)
224 if (((lvl == MPIDR_AFFLVL2) || (lvl == MPIDR_AFFLVL1)) &&
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/include/
platform_def.h 147 #define PLATFORM_MAX_AFFLVL MPIDR_AFFLVL2
149 #define PLAT_MAX_PWR_LVL 2 /* MPIDR_AFFLVL2 */
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
arm_def.h 36 #define ARM_PWR_LVL2 MPIDR_AFFLVL2
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/
arch.h 39 #define MPIDR_AFFLVL2 2
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
arch.h 42 #define MPIDR_AFFLVL2 U(2)

Completed in 280 milliseconds