Searched refs:duty_value (Results 1 – 1 of 1) sorted by relevance
672 u32 duty_value = 0; in acpi_processor_get_throttling_fadt() local704 duty_value = value & duty_mask; in acpi_processor_get_throttling_fadt()705 duty_value >>= pr->throttling.duty_offset; in acpi_processor_get_throttling_fadt()707 if (duty_value) in acpi_processor_get_throttling_fadt()708 state = pr->throttling.state_count - duty_value; in acpi_processor_get_throttling_fadt()979 u32 duty_value = 0; in acpi_processor_set_throttling_fadt() local999 duty_value = pr->throttling.state_count - state; in acpi_processor_set_throttling_fadt()1001 duty_value <<= pr->throttling.duty_offset; in acpi_processor_set_throttling_fadt()1028 value |= duty_value; in acpi_processor_set_throttling_fadt()