Home
last modified time | relevance | path

Searched refs:AcpiRead (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeexec.c406 Status = AcpiRead (&Value, &GenericRegister); in AeGenericRegisters()
407 ACPI_CHECK_OK (AcpiRead, Status); in AeGenericRegisters()
416 Status = AcpiRead (&Value, &GenericRegister); in AeGenericRegisters()
417 ACPI_CHECK_OK (AcpiRead, Status); in AeGenericRegisters()
/netbsd-src/sys/external/bsd/acpica/dist/hardware/
H A Dhwxface.c138 AcpiRead ( in ACPI_EXPORT_SYMBOL()
145 ACPI_FUNCTION_NAME (AcpiRead); in ACPI_EXPORT_SYMBOL()
152 ACPI_EXPORT_SYMBOL (AcpiRead) in ACPI_EXPORT_SYMBOL() argument
H A Dhwesleep.c178 Status = AcpiRead (&SleepStatus, &AcpiGbl_FADT.SleepStatus); in AcpiHwExtendedSleep()
/netbsd-src/sys/dev/acpi/
H A Dapei_hest.c380 rv = AcpiRead(&addr, &ghes->ErrorStatusAddress); in apei_hest_attach_ghes()
553 rv = AcpiRead(&addr, &ghes_v2->ErrorStatusAddress); in apei_hest_attach_ghes_v2()
565 * to allocate and free kva in AcpiRead/AcpiWrite at the time in apei_hest_attach_ghes_v2()
H A Dacpi_pcc.c248 rv = AcpiRead(&val, &reg->reg_addr); in pcc_doorbell()
H A Dacpi_cppc.c395 rv = AcpiRead(val, &addr); in cppc_read()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacpixf.h1132 AcpiRead (
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt2403 tables, as well as the GAS structures passed to the AcpiRead and
2886 registers, registers in other ACPI data tables, and the AcpiRead and
5492 AcpiRead: On error, do not modify the return value target location. If an
7110 transfer support for GAS register structures passed to AcpiRead and
9354 AcpiRead/Write
9357 Fixed a regression related to the recent update of the AcpiRead/Write
9421 Updated the AcpiRead and AcpiWrite external interfaces to support 64-bit
9766 Fixed the parameter validation for AcpiRead/Write. Now return
9931 AcpiRead - Low-level read ACPI register (was HwLowLevelRead.)