Home
last modified time | relevance | path

Searched refs:SmiCommand (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/sys/contrib/dev/acpica/hardware/
Dhwacpi.c82 if (!AcpiGbl_FADT.SmiCommand) in AcpiHwSetMode()
109 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in AcpiHwSetMode()
120 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in AcpiHwSetMode()
187 if (!AcpiGbl_FADT.SmiCommand) in AcpiHwGetMode()
Dhwregs.c465 Status = AcpiHwReadPort (AcpiGbl_FADT.SmiCommand, &Value, 8); in AcpiHwRegisterRead()
608 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, Value, 8); in AcpiHwRegisterWrite()
Dhwsleep.c484 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in ACPI_EXPORT_SYMBOL()
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Dactbl.h255 UINT32 SmiCommand; /* 32-bit Port address of SMI command port */ member
/freebsd-9-stable/sys/dev/acpica/
Dacpi_perf.c400 AcpiOsWritePort(AcpiGbl_FADT.SmiCommand, AcpiGbl_FADT.PstateControl, 8); in acpi_px_startup()
Dacpi_cpu.c304 cpu_smi_cmd = AcpiGbl_FADT.SmiCommand; in acpi_cpu_attach()
/freebsd-9-stable/usr.sbin/acpi/acpidump/
Dacpi.c855 printf("\tSMI_CMD=0x%x, ", fadt->SmiCommand); in acpi_print_fadt()
/freebsd-9-stable/sys/contrib/dev/acpica/common/
Ddmtbinfo.c315 {ACPI_DMT_UINT32, ACPI_FADT_OFFSET (SmiCommand), "SMI Command Port", 0},