OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSCI_0_2_FN_BASE
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
psci.h
21
#define
PSCI_0_2_FN_BASE
0x84000000
22
#define PSCI_0_2_FN(n) (
PSCI_0_2_FN_BASE
+ (n))
25
#define PSCI_0_2_FN64_BASE (
PSCI_0_2_FN_BASE
+ PSCI_0_2_64BIT)
/external/kernel-headers/original/uapi/linux/
psci.h
25
#define
PSCI_0_2_FN_BASE
0x84000000
26
#define PSCI_0_2_FN(n) (
PSCI_0_2_FN_BASE
+ (n))
29
(
PSCI_0_2_FN_BASE
+ PSCI_0_2_64BIT)
Completed in 34 milliseconds