Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/acpi/
Dacpi_cpu_cstate.c498 sc->sc_cstate_dep.dep_domain = elm[2].Integer.Value; in acpicpu_cstate_dep()
499 sc->sc_cstate_dep.dep_type = elm[3].Integer.Value; in acpicpu_cstate_dep()
500 sc->sc_cstate_dep.dep_ncpus = elm[4].Integer.Value; in acpicpu_cstate_dep()
501 sc->sc_cstate_dep.dep_index = elm[5].Integer.Value; in acpicpu_cstate_dep()
Dacpi_cpu.h201 struct acpicpu_dep sc_cstate_dep; member
Dacpi_cpu.c801 dep = &sc->sc_cstate_dep; in acpicpu_debug_print()