Searched refs:smi_command (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dhwacpi.c73 if (!acpi_gbl_FADT.smi_command) {
98 status = acpi_hw_write_port(acpi_gbl_FADT.smi_command,
110 status = acpi_hw_write_port(acpi_gbl_FADT.smi_command,
154 if (!acpi_gbl_FADT.smi_command) {
H A Dhwregs.c412 acpi_hw_read_port(acpi_gbl_FADT.smi_command, &value, 8);
548 acpi_hw_write_port(acpi_gbl_FADT.smi_command, value, 8);
H A Dhwsleep.c440 status = acpi_hw_write_port(acpi_gbl_FADT.smi_command,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl.h212 u32 smi_command; /* 32-bit Port address of SMI command port */ member in struct:acpi_table_fadt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dprocessor_perflib.c465 /* Can't write pstate_control to smi_command if either value is zero */
466 if ((!acpi_gbl_FADT.smi_command) || (!acpi_gbl_FADT.pstate_control)) {
473 "Writing pstate_control [0x%x] to smi_command [0x%x]\n",
474 acpi_gbl_FADT.pstate_control, acpi_gbl_FADT.smi_command));
476 status = acpi_os_write_port(acpi_gbl_FADT.smi_command,
481 "smi_command [0x%x]", acpi_gbl_FADT.pstate_control,
482 acpi_gbl_FADT.smi_command));
H A Dprocessor_idle.c1121 acpi_os_write_port(acpi_gbl_FADT.smi_command, acpi_gbl_FADT.cst_control, 8);

Completed in 115 milliseconds