Home
last modified time | relevance | path

Searched refs:sc_method (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/fdt/
H A Dpsci.c53 uint32_t sc_method; member
101 sc->sc_method = PSCI_METHOD_HVC; in psci_attach()
104 sc->sc_method = PSCI_METHOD_SMC; in psci_attach()
369 return sc ? sc->sc_method : PSCI_METHOD_NONE; in psci_method()