Searched refs:SmiCommand (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/dev/acpica/components/hardware/ |
H A D | hwacpi.c | 196 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 D | hwregs.c | 745 Status = AcpiHwReadPort (AcpiGbl_FADT.SmiCommand, &Value, 8); in AcpiHwRegisterRead() 883 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, Value, 8); in AcpiHwRegisterWrite()
|
H A D | hwxfsleep.c | 356 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in ACPI_EXPORT_SYMBOL()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl.h | 374 UINT32 SmiCommand; /* 32-bit Port address of SMI command port */ member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo.c | 299 {ACPI_DMT_UINT32, ACPI_FADT_OFFSET (SmiCommand), "SMI Command Port", 0},
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_perf.c | 397 AcpiOsWritePort(AcpiGbl_FADT.SmiCommand, AcpiGbl_FADT.PstateControl, 8); in acpi_px_startup()
|
H A D | acpi_cpu.c | 337 cpu_smi_cmd = AcpiGbl_FADT.SmiCommand; in acpi_cpu_attach()
|
/freebsd/usr.sbin/bhyve/ |
H A D | acpi.c | 475 fadt.SmiCommand = htole32(SMI_CMD); in build_fadt()
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 2345 printf("\tSMI_CMD=0x%x, ", fadt->SmiCommand); in acpi_print_fadt()
|