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

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

Completed in 206 milliseconds