Home
last modified time | relevance | path

Searched refs:InByte (Results 1 – 2 of 2) sorted by relevance

/third_party/lib/acpica/source/components/events/
A Devxfevnt.c370 UINT32 InByte; in ACPI_EXPORT_SYMBOL() local
398 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
404 if (InByte) in ACPI_EXPORT_SYMBOL()
413 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
419 if (InByte) in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/source/components/hardware/
A Dhwgpe.c234 UINT32 InByte; in AcpiHwGetGpeStatus() local
281 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->EnableAddress); in AcpiHwGetGpeStatus()
287 if (RegisterBit & InByte) in AcpiHwGetGpeStatus()
294 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->StatusAddress); in AcpiHwGetGpeStatus()
300 if (RegisterBit & InByte) in AcpiHwGetGpeStatus()

Completed in 4 milliseconds