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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_throttling.c176 "pblk_address[0x%08x] duty_offset[%d] duty_width[%d]\n",
179 pr->throttling.duty_width));
189 } else if (!pr->throttling.duty_width) {
194 else if ((pr->throttling.duty_offset + pr->throttling.duty_width) > 4) {
210 pr->throttling.state_count = 1 << acpi_gbl_FADT.duty_width;
H A Dprocessor_core.c594 pr->throttling.duty_width = acpi_gbl_FADT.duty_width;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dactbl.h217 u8 duty_width; /* Processor duty cycle value bit width in P_CNT register. */ member in struct:acpi_table_fadt
H A Dprocessor.h137 u8 duty_width; member in struct:acpi_processor_throttling

Completed in 109 milliseconds