Searched refs:SmiCommand (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/external/bsd/acpica/dist/hardware/ |
| H A D | hwacpi.c | 88 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 D | hwregs.c | 637 Status = AcpiHwReadPort (AcpiGbl_FADT.SmiCommand, &Value, 8); in AcpiHwRegisterRead() 775 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, Value, 8); in AcpiHwRegisterWrite()
|
| H A D | hwxfsleep.c | 247 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, in ACPI_EXPORT_SYMBOL()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | actbl.h | 266 UINT32 SmiCommand; /* 32-bit Port address of SMI command port */ member
|
| /netbsd-src/sys/external/bsd/acpica/dist/common/ |
| H A D | dmtbinfo.c | 191 {ACPI_DMT_UINT32, ACPI_FADT_OFFSET (SmiCommand), "SMI Command Port", 0},
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpi_verbose.c | 351 { 48, "SMI_CMD", AcpiGbl_FADT.SmiCommand }, in acpi_print_fadt()
|
| H A D | acpi_cpu_cstate.c | 399 const uint32_t addr = AcpiGbl_FADT.SmiCommand; in acpicpu_cstate_cst_bios()
|
| H A D | acpi_cpu_pstate.c | 799 const uint32_t addr = AcpiGbl_FADT.SmiCommand; in acpicpu_pstate_bios()
|
| H A D | acpi.c | 358 if (AcpiGbl_FADT.SmiCommand != 0) in acpi_disable()
|
| /netbsd-src/usr.sbin/acpitools/acpidump/ |
| H A D | acpi.c | 4218 printf("\tSMI_CMD=0x%x, ", fadt->SmiCommand); in acpi_print_fadt()
|