Home
last modified time | relevance | path

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

/drivers/acpi/
Dprocessor_throttling.c601 u32 duty_value = 0; in acpi_processor_get_throttling_fadt() local
624 duty_value = value & duty_mask; in acpi_processor_get_throttling_fadt()
625 duty_value >>= pr->throttling.duty_offset; in acpi_processor_get_throttling_fadt()
627 if (duty_value) in acpi_processor_get_throttling_fadt()
628 state = pr->throttling.state_count - duty_value; in acpi_processor_get_throttling_fadt()
899 u32 duty_value = 0; in acpi_processor_set_throttling_fadt() local
919 duty_value = pr->throttling.state_count - state; in acpi_processor_set_throttling_fadt()
921 duty_value <<= pr->throttling.duty_offset; in acpi_processor_set_throttling_fadt()
948 value |= duty_value; in acpi_processor_set_throttling_fadt()