Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/hardware/
H A Dhwacpi.c88 if (!AcpiGbl_FADT.SmiCommand) in AcpiHwSetMode()
115 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in AcpiHwSetMode()
125 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in AcpiHwSetMode()
200 if (!AcpiGbl_FADT.SmiCommand) in AcpiHwGetMode()
H A Dhwregs.c637 Status = AcpiHwReadPort (AcpiGbl_FADT.SmiCommand, &Value, 8); in AcpiHwRegisterRead()
775 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, Value, 8); in AcpiHwRegisterWrite()
H A Dhwxfsleep.c247 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in ACPI_EXPORT_SYMBOL()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl.h266 UINT32 SmiCommand; /* 32-bit Port address of SMI command port */ member
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo.c191 {ACPI_DMT_UINT32, ACPI_FADT_OFFSET (SmiCommand), "SMI Command Port", 0},
/netbsd-src/sys/dev/acpi/
H A Dacpi_verbose.c351 { 48, "SMI_CMD", AcpiGbl_FADT.SmiCommand }, in acpi_print_fadt()
H A Dacpi_cpu_cstate.c399 const uint32_t addr = AcpiGbl_FADT.SmiCommand; in acpicpu_cstate_cst_bios()
H A Dacpi_cpu_pstate.c799 const uint32_t addr = AcpiGbl_FADT.SmiCommand; in acpicpu_pstate_bios()
H A Dacpi.c358 if (AcpiGbl_FADT.SmiCommand != 0) in acpi_disable()
/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c4218 printf("\tSMI_CMD=0x%x, ", fadt->SmiCommand); in acpi_print_fadt()