Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dprocessor_throttling.c914 } else if (!pr->throttling.duty_width) { in acpi_processor_get_fadt_info()
919 else if ((pr->throttling.duty_offset + pr->throttling.duty_width) > 4) { in acpi_processor_get_fadt_info()
924 pr->throttling.state_count = 1 << acpi_gbl_FADT.duty_width; in acpi_processor_get_fadt_info()
1171 pr->throttling.duty_width); in acpi_processor_get_throttling_info()
H A Dacpi_processor.c396 pr->throttling.duty_width = acpi_gbl_FADT.duty_width; in acpi_processor_get_info()
/linux/include/acpi/
H A Dactbl.h232 u8 duty_width; /* Processor duty cycle value bit width in P_CNT register */ member
H A Dprocessor.h190 u8 duty_width; member