Searched defs:PSCI_VERSION (Results 1 – 4 of 4) sorted by relevance
35 pub const PSCI_VERSION: u32 = 0x84000000; constant
112 #define PSCI_VERSION(maj, min) \ macro
382 pub const PSCI_VERSION: Self = Self::Firmware(0); constant
42 #define PSCI_VERSION U(0x84000000) macro