Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/events/
H A Devxfevnt.c499 UINT32 InByte; in ACPI_EXPORT_SYMBOL() local
527 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
533 if (InByte) in ACPI_EXPORT_SYMBOL()
542 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()
548 if (InByte) in ACPI_EXPORT_SYMBOL()
/f-stack/freebsd/contrib/dev/acpica/components/hardware/
H A Dhwgpe.c345 UINT64 InByte; in AcpiHwGetGpeStatus() local
399 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->EnableAddress); in AcpiHwGetGpeStatus()
405 if (RegisterBit & InByte) in AcpiHwGetGpeStatus()
412 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->StatusAddress); in AcpiHwGetGpeStatus()
418 if (RegisterBit & InByte) in AcpiHwGetGpeStatus()