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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_throttling.c55 u32 duty_value = 0; local
79 duty_value = value & duty_mask;
80 duty_value >>= pr->throttling.duty_offset;
82 if (duty_value)
83 state = pr->throttling.state_count - duty_value;
101 u32 duty_value = 0; local
117 * Calculate the duty_value and duty_mask.
120 duty_value = pr->throttling.state_count - state;
122 duty_value <<= pr->throttling.duty_offset;
124 /* Used to clear all duty_value bit
[all...]

Completed in 148 milliseconds