Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/hardware/
H A Dhwacpi.c196 if (!AcpiGbl_FADT.SmiCommand) in AcpiHwSetMode()
223 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in AcpiHwSetMode()
233 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in AcpiHwSetMode()
308 if (!AcpiGbl_FADT.SmiCommand) in AcpiHwGetMode()
H A Dhwregs.c745 Status = AcpiHwReadPort (AcpiGbl_FADT.SmiCommand, &Value, 8); in AcpiHwRegisterRead()
883 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, Value, 8); in AcpiHwRegisterWrite()
H A Dhwxfsleep.c356 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in ACPI_EXPORT_SYMBOL()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl.h374 UINT32 SmiCommand; /* 32-bit Port address of SMI command port */ member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c299 {ACPI_DMT_UINT32, ACPI_FADT_OFFSET (SmiCommand), "SMI Command Port", 0},
/freebsd/sys/dev/acpica/
H A Dacpi_perf.c397 AcpiOsWritePort(AcpiGbl_FADT.SmiCommand, AcpiGbl_FADT.PstateControl, 8); in acpi_px_startup()
H A Dacpi_cpu.c337 cpu_smi_cmd = AcpiGbl_FADT.SmiCommand; in acpi_cpu_attach()
/freebsd/usr.sbin/bhyve/
H A Dacpi.c475 fadt.SmiCommand = htole32(SMI_CMD); in build_fadt()
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c2345 printf("\tSMI_CMD=0x%x, ", fadt->SmiCommand); in acpi_print_fadt()