Searched refs:psci_method (Results 1 – 1 of 1) sorted by relevance
45 int __efi_runtime_data psci_method; variable47 int psci_method __section(".data");62 if (psci_method == PSCI_METHOD_SMC) in invoke_psci_fn()64 else if (psci_method == PSCI_METHOD_HVC) in invoke_psci_fn()118 static int bind_smccc_features(struct udevice *dev, int psci_method) in bind_smccc_features() argument145 if (psci_method == PSCI_METHOD_HVC) in bind_smccc_features()224 psci_method = PSCI_METHOD_HVC; in psci_probe()226 psci_method = PSCI_METHOD_SMC; in psci_probe()232 return bind_smccc_features(dev, psci_method); in psci_probe()
Completed in 7 milliseconds