Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/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.c467 Status = AcpiHwReadPort (AcpiGbl_FADT.SmiCommand, &Value, 8); in AcpiHwRegisterRead()
603 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, Value, 8); in AcpiHwRegisterWrite()
H A Dhwxfsleep.c241 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in ACPI_EXPORT_SYMBOL()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dactbl.h265 UINT32 SmiCommand; /* 32-bit Port address of SMI command port */ member
/titanic_41/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c910 *asd_port = fadt->SmiCommand; in ao_acpi_find_smicmd()