Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/
Dprocessor_throttling.c649 u32 duty_value = 0; in acpi_processor_get_throttling_fadt() local
681 duty_value = value & duty_mask; in acpi_processor_get_throttling_fadt()
682 duty_value >>= pr->throttling.duty_offset; in acpi_processor_get_throttling_fadt()
684 if (duty_value) in acpi_processor_get_throttling_fadt()
685 state = pr->throttling.state_count - duty_value; in acpi_processor_get_throttling_fadt()
945 u32 duty_value = 0; in acpi_processor_set_throttling_fadt() local
965 duty_value = pr->throttling.state_count - state; in acpi_processor_set_throttling_fadt()
967 duty_value <<= pr->throttling.duty_offset; in acpi_processor_set_throttling_fadt()
994 value |= duty_value; in acpi_processor_set_throttling_fadt()