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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_throttling.c61 if (!pr->flags.throttling)
64 pr->throttling.state = 0;
66 duty_mask = pr->throttling.state_count - 1;
68 duty_mask <<= pr->throttling.duty_offset;
72 value = inl(pr->throttling.address);
75 * Compute the current throttling state when throttling is enabled
80 duty_value >>= pr->throttling.duty_offset;
83 state = pr->throttling.state_count - duty_value;
86 pr->throttling
[all...]
H A Dprocessor_thermal.c63 if (pr->flags.throttling) {
215 if (pr->flags.throttling)
216 pr->limit.thermal.tx = pr->throttling.state;
219 * Our default policy is to only use throttling at the lowest
244 if (pr->flags.throttling) {
245 if (tx == (pr->throttling.state_count - 1))
247 "At maximum throttling state\n"));
256 if (pr->flags.throttling) {
260 "At minimum throttling state\n"));
283 if (pr->flags.throttling) {
[all...]
H A Dprocessor_core.c65 #define ACPI_PROCESSOR_FILE_THROTTLING "throttling"
287 "throttling control: %s\n"
293 pr->flags.throttling ? "yes" : "no",
330 /* 'throttling' [R/W] */
592 pr->throttling.address = object.processor.pblk_address;
593 pr->throttling.duty_offset = acpi_gbl_FADT.duty_offset;
594 pr->throttling.duty_width = acpi_gbl_FADT.duty_width;
605 request_region(pr->throttling.address, 6, "ACPI CPU throttle");
664 if (pr->flags.throttling) {
667 printk(" %d throttling state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dprocessor.h158 u8 throttling:1; member in struct:acpi_processor_flags
175 struct acpi_processor_throttling throttling; member in struct:acpi_processor

Completed in 30 milliseconds