OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PSCI_0_2_FN_BASE
(Results
1 - 3
of
3
) 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))
24
#define PSCI_0_2_FN64_BASE (
PSCI_0_2_FN_BASE
+ PSCI_0_2_64BIT)
/external/kernel-headers/original/uapi/linux/
psci.h
26
#define
PSCI_0_2_FN_BASE
0x84000000
27
#define PSCI_0_2_FN(n) (
PSCI_0_2_FN_BASE
+ (n))
30
(
PSCI_0_2_FN_BASE
+ PSCI_0_2_64BIT)
/external/u-boot/include/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 411 milliseconds