Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
HDacpi_cpu_cstate.c79 int cst_non_c3; /* Index of lowest non-C3 state. */ member
433 sc->cst_non_c3 = 1; in acpi_cst_cx_probe_fadt()
469 dst_sc->cst_non_c3 = src_sc->cst_non_c3; in acpi_cst_copy()
548 sc->cst_non_c3 = i; in acpi_cst_cx_probe_cst()
564 sc->cst_non_c3 = i; in acpi_cst_cx_probe_cst()
748 acpi_cst_free_resource(sc, sc->cst_non_c3 + 1); in acpi_cst_postattach()
749 sc->cst_cx_count = sc->cst_non_c3 + 1; in acpi_cst_postattach()
936 cx_next_idx = sc->cst_non_c3; in acpi_cst_idle()
1288 sc->cst_non_c3 = 0; in acpi_cst_non_c3()
1291 sc->cst_non_c3 = i; in acpi_cst_non_c3()
[all …]