Lines Matching refs:PSCI_0_2_FN
22 #define PSCI_0_2_FN(n) (PSCI_0_2_FN_BASE + (n)) macro
29 #define PSCI_0_2_FN_PSCI_VERSION PSCI_0_2_FN(0)
30 #define PSCI_0_2_FN_CPU_SUSPEND PSCI_0_2_FN(1)
31 #define PSCI_0_2_FN_CPU_OFF PSCI_0_2_FN(2)
32 #define PSCI_0_2_FN_CPU_ON PSCI_0_2_FN(3)
33 #define PSCI_0_2_FN_AFFINITY_INFO PSCI_0_2_FN(4)
34 #define PSCI_0_2_FN_MIGRATE PSCI_0_2_FN(5)
35 #define PSCI_0_2_FN_MIGRATE_INFO_TYPE PSCI_0_2_FN(6)
36 #define PSCI_0_2_FN_MIGRATE_INFO_UP_CPU PSCI_0_2_FN(7)
37 #define PSCI_0_2_FN_SYSTEM_OFF PSCI_0_2_FN(8)
38 #define PSCI_0_2_FN_SYSTEM_RESET PSCI_0_2_FN(9)
47 #define PSCI_1_0_FN_PSCI_FEATURES PSCI_0_2_FN(10)
48 #define PSCI_1_0_FN_CPU_FREEZE PSCI_0_2_FN(11)
49 #define PSCI_1_0_FN_CPU_DEFAULT_SUSPEND PSCI_0_2_FN(12)
50 #define PSCI_1_0_FN_NODE_HW_STATE PSCI_0_2_FN(13)
51 #define PSCI_1_0_FN_SYSTEM_SUSPEND PSCI_0_2_FN(14)
52 #define PSCI_1_0_FN_SET_SUSPEND_MODE PSCI_0_2_FN(15)
53 #define PSCI_1_0_FN_STAT_RESIDENCY PSCI_0_2_FN(16)
54 #define PSCI_1_0_FN_STAT_COUNT PSCI_0_2_FN(17)
55 #define PSCI_1_1_FN_SYSTEM_RESET2 PSCI_0_2_FN(18)