Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/fdt/
Dpsci.c44 uint32_t sc_psci_version; member
115 sc->sc_psci_version = PSCI_VERSION; in psci_attach()
289 if (sc && sc->sc_callfn && sc->sc_psci_version != 0) in psci_version()
290 return (*sc->sc_callfn)(sc->sc_psci_version, 0, 0, 0); in psci_version()