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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl.h238 u8 duty_width; /* Processor duty cycle value bit width in P_CNT register */ member in struct:acpi_table_fadt
H A Dprocessor.h169 u8 duty_width; member in struct:acpi_processor_throttling
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dprocessor_throttling.c892 } else if (!pr->throttling.duty_width) {
897 else if ((pr->throttling.duty_offset + pr->throttling.duty_width) > 4) {
902 pr->throttling.state_count = 1 << acpi_gbl_FADT.duty_width;
1134 "pblk_address[0x%08x] duty_offset[%d] duty_width[%d]\n",
1137 pr->throttling.duty_width));
H A Dprocessor_driver.c387 pr->throttling.duty_width = acpi_gbl_FADT.duty_width;

Completed in 177 milliseconds