Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/hardware/
H A Dhwesleep.c241 Status = AcpiWrite ((UINT64) ACPI_X_WAKE_STATUS, in AcpiHwExtendedSleep()
279 Status = AcpiWrite ((UINT64) SleepControl, &AcpiGbl_FADT.SleepControl); in AcpiHwExtendedSleep()
329 (void) AcpiWrite ((UINT64) (SleepTypeValue | ACPI_X_SLEEP_ENABLE), in AcpiHwExtendedWakePrep()
371 (void) AcpiWrite ((UINT64) ACPI_X_WAKE_STATUS, &AcpiGbl_FADT.SleepStatus); in AcpiHwExtendedWake()
H A Dhwxface.c277 AcpiWrite ( in ACPI_EXPORT_SYMBOL()
284 ACPI_FUNCTION_NAME (AcpiWrite); in ACPI_EXPORT_SYMBOL()
291 ACPI_EXPORT_SYMBOL (AcpiWrite) in ACPI_EXPORT_SYMBOL() argument
/freebsd/sys/dev/wdatwd/
H A Dwdatwd.c178 status = AcpiWrite(x, gas); in wdatwd_action()
197 status = AcpiWrite(x, gas); in wdatwd_action()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacpixf.h1246 AcpiWrite (
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt2433 AcpiWrite public external interfaces that are used by drivers. Lv Zheng.
2916 AcpiWrite public interfaces. Lv Zheng.
7140 AcpiWrite.
9450 Updated the AcpiRead and AcpiWrite external interfaces to support 64-bit
9961 AcpiWrite - Low-level write ACPI register (was HwLowLevelWrite.)