Searched refs:InByte (Results 1 – 3 of 3) sorted by relevance
368 UINT32 InByte; in ACPI_EXPORT_SYMBOL() local396 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()402 if (InByte) in ACPI_EXPORT_SYMBOL()410 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte); in ACPI_EXPORT_SYMBOL()416 if (InByte) in ACPI_EXPORT_SYMBOL()
229 UINT32 InByte; in AcpiHwGetGpeStatus() local276 Status = AcpiHwRead (&InByte, &GpeRegisterInfo->StatusAddress); in AcpiHwGetGpeStatus()282 if (RegisterBit & InByte) in AcpiHwGetGpeStatus()
68 unsigned InByte = Reg % 8; in contains() local72 return (RegSet[Byte] & (1 << InByte)) != 0; in contains()