Searched refs:pstate_control (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_perflib.c354 /* Can't write pstate_control to smi_command if either value is zero */
355 if ((!acpi_gbl_FADT.smi_command) || (!acpi_gbl_FADT.pstate_control)) {
356 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "No SMI port or pstate_control\n"));
362 "Writing pstate_control [0x%x] to smi_command [0x%x]\n",
363 acpi_gbl_FADT.pstate_control, acpi_gbl_FADT.smi_command));
366 (u32) acpi_gbl_FADT.pstate_control, 8);
369 "Failed to write pstate_control [0x%x] to "
370 "smi_command [0x%x]", acpi_gbl_FADT.pstate_control,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dactbl.h195 u8 pstate_control; /* Processor performance state control */ member in struct:acpi_table_fadt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/tables/
H A Dtbfadt.c355 acpi_gbl_FADT.pstate_control = 0;

Completed in 78 milliseconds