Home
last modified time | relevance | path

Searched refs:ARM_PSCI_VER_0_2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dpsci-dt.c71 psci_ver = ARM_PSCI_VER_0_2; in fdt_psci()
80 if (psci_ver >= ARM_PSCI_VER_0_2) { in fdt_psci()
91 if (psci_ver < ARM_PSCI_VER_0_2) { in fdt_psci()
/openbmc/u-boot/arch/arm/include/asm/
H A Dpsci.h22 #define ARM_PSCI_VER_0_2 (0x00000002) macro