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 26 #define PSCI_0_2_FN64(n) (PSCI_0_2_FN64_BASE + (n))
40 #define PSCI_0_2_FN64_CPU_SUSPEND PSCI_0_2_FN64(1)
41 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3)
42 #define PSCI_0_2_FN64_AFFINITY_INFO PSCI_0_2_FN64(4)
44 #define PSCI_0_2_FN64_MIGRATE PSCI_0_2_FN64(5)
45 #define PSCI_0_2_FN64_MIGRATE_INFO_UP_CPU PSCI_0_2_FN64(7)
49 #define PSCI_1_0_FN64_SYSTEM_SUSPEND PSCI_0_2_FN64(14)
  /external/kernel-headers/original/uapi/linux/
psci.h 30 #define PSCI_0_2_FN64(n) (PSCI_0_2_FN64_BASE + (n))
43 #define PSCI_0_2_FN64_CPU_SUSPEND PSCI_0_2_FN64(1)
44 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3)
45 #define PSCI_0_2_FN64_AFFINITY_INFO PSCI_0_2_FN64(4)
46 #define PSCI_0_2_FN64_MIGRATE PSCI_0_2_FN64(5)
47 #define PSCI_0_2_FN64_MIGRATE_INFO_UP_CPU PSCI_0_2_FN64(7)
52 #define PSCI_1_0_FN64_SYSTEM_SUSPEND PSCI_0_2_FN64(14)

Completed in 53 milliseconds