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

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_throttle.c62 struct resource *cpu_p_cnt; /* Throttling control register */ member in struct:acpi_throttle_softc
63 int cpu_p_type; /* Resource type for cpu_p_cnt. */
282 &gas, &sc->cpu_p_cnt, 0);
283 if (sc->cpu_p_cnt != NULL && bootverbose) {
290 if (sc->cpu_p_cnt == NULL) {
302 &gas, &sc->cpu_p_cnt, 0);
303 if (sc->cpu_p_cnt != NULL) {
391 p_cnt = THR_GET_REG(sc->cpu_p_cnt);
393 THR_SET_REG(sc->cpu_p_cnt, p_cnt);
403 THR_SET_REG(sc->cpu_p_cnt, p_cn
[all...]

Completed in 58 milliseconds