Home
last modified time | relevance | path

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

/netbsd/sys/dev/acpi/
H A Dacpi_cpu_pstate.c687 sc->sc_pstate_dep.dep_domain = elm[2].Integer.Value; in acpicpu_pstate_dep()
688 sc->sc_pstate_dep.dep_type = elm[3].Integer.Value; in acpicpu_pstate_dep()
689 sc->sc_pstate_dep.dep_ncpus = elm[4].Integer.Value; in acpicpu_pstate_dep()
H A Dacpi_cpu.h205 struct acpicpu_dep sc_pstate_dep; member
H A Dacpi_cpu.c810 dep = &sc->sc_pstate_dep; in acpicpu_debug_print()