Searched refs:duty_value (Results 1 – 1 of 1) sorted by relevance
1212 u32 duty_value = 0; in acpi_processor_get_throttling() local1237 duty_value = value & duty_mask; in acpi_processor_get_throttling()1238 duty_value >>= pr->throttling.duty_offset; in acpi_processor_get_throttling()1240 if (duty_value) in acpi_processor_get_throttling()1241 state = pr->throttling.state_count-duty_value; in acpi_processor_get_throttling()1263 u32 duty_value = 0; in acpi_processor_set_throttling() local1285 duty_value = pr->throttling.state_count - state; in acpi_processor_set_throttling()1287 duty_value <<= pr->throttling.duty_offset; in acpi_processor_set_throttling()1312 value |= duty_value; in acpi_processor_set_throttling()