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

  /bionic/libc/kernel/uapi/linux/
psci.h 25 #define PSCI_0_2_FN64(n) (PSCI_0_2_FN64_BASE + (n))
36 #define PSCI_0_2_FN64_CPU_SUSPEND PSCI_0_2_FN64(1)
37 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3)
38 #define PSCI_0_2_FN64_AFFINITY_INFO PSCI_0_2_FN64(4)
39 #define PSCI_0_2_FN64_MIGRATE PSCI_0_2_FN64(5)
40 #define PSCI_0_2_FN64_MIGRATE_INFO_UP_CPU PSCI_0_2_FN64(7)
43 #define PSCI_1_0_FN64_SYSTEM_SUSPEND PSCI_0_2_FN64(14)
  /external/kernel-headers/original/uapi/linux/
psci.h 31 #define PSCI_0_2_FN64(n) (PSCI_0_2_FN64_BASE + (n))
44 #define PSCI_0_2_FN64_CPU_SUSPEND PSCI_0_2_FN64(1)
45 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3)
46 #define PSCI_0_2_FN64_AFFINITY_INFO PSCI_0_2_FN64(4)
47 #define PSCI_0_2_FN64_MIGRATE PSCI_0_2_FN64(5)
48 #define PSCI_0_2_FN64_MIGRATE_INFO_UP_CPU PSCI_0_2_FN64(7)
53 #define PSCI_1_0_FN64_SYSTEM_SUSPEND PSCI_0_2_FN64(14)

Completed in 47 milliseconds