Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_throttle.c60 struct resource *cpu_p_cnt; /* Throttling control register */ member
279 &gas, &sc->cpu_p_cnt, 0); in acpi_throttle_evaluate()
280 if (sc->cpu_p_cnt != NULL && bootverbose) { in acpi_throttle_evaluate()
287 if (sc->cpu_p_cnt == NULL) { in acpi_throttle_evaluate()
299 &gas, &sc->cpu_p_cnt, 0); in acpi_throttle_evaluate()
300 if (sc->cpu_p_cnt != NULL) { in acpi_throttle_evaluate()
388 p_cnt = THR_GET_REG(sc->cpu_p_cnt); in acpi_thr_set()
390 THR_SET_REG(sc->cpu_p_cnt, p_cnt); in acpi_thr_set()
400 THR_SET_REG(sc->cpu_p_cnt, p_cnt); in acpi_thr_set()
402 THR_SET_REG(sc->cpu_p_cnt, p_cnt); in acpi_thr_set()
[all …]