Searched refs:SmiCommand (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/contrib/dev/acpica/hardware/ |
| D | hwacpi.c | 82 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()
|
| D | hwregs.c | 465 Status = AcpiHwReadPort (AcpiGbl_FADT.SmiCommand, &Value, 8); in AcpiHwRegisterRead() 608 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, Value, 8); in AcpiHwRegisterWrite()
|
| D | hwsleep.c | 484 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in ACPI_EXPORT_SYMBOL()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/include/ |
| D | actbl.h | 255 UINT32 SmiCommand; /* 32-bit Port address of SMI command port */ member
|
| /freebsd-9-stable/sys/dev/acpica/ |
| D | acpi_perf.c | 400 AcpiOsWritePort(AcpiGbl_FADT.SmiCommand, AcpiGbl_FADT.PstateControl, 8); in acpi_px_startup()
|
| D | acpi_cpu.c | 304 cpu_smi_cmd = AcpiGbl_FADT.SmiCommand; in acpi_cpu_attach()
|
| /freebsd-9-stable/usr.sbin/acpi/acpidump/ |
| D | acpi.c | 855 printf("\tSMI_CMD=0x%x, ", fadt->SmiCommand); in acpi_print_fadt()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/common/ |
| D | dmtbinfo.c | 315 {ACPI_DMT_UINT32, ACPI_FADT_OFFSET (SmiCommand), "SMI Command Port", 0},
|