Lines Matching refs:cpu_p_cnt
60 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()
420 p_cnt = THR_GET_REG(sc->cpu_p_cnt); in acpi_thr_get()