Home | History | Annotate | Download | only in resources

Lines Matching refs:ACPI_GET8

261                 ((ACPI_GET8 (Source) >> Info->Value) & 0x01));
269 ((ACPI_GET8 (Source) >> Info->Value) & 0x03));
277 ((ACPI_GET8 (Source) >> Info->Value) & 0x07));
285 ((ACPI_GET8 (Source) >> Info->Value) & 0x3F));
290 ItemCount = ACPI_GET8 (Source);
318 ItemCount = ACPI_GET8 (Source);
496 ItemCount = AcpiRsDecodeBitmask (ACPI_GET8 (Source), Destination);
538 if (ACPI_GET8 (Source) != Info->Value)
651 ((ACPI_GET8 (Source) & 0x01) << Info->Value));
659 ((ACPI_GET8 (Source) & 0x03) << Info->Value));
667 ((ACPI_GET8 (Source) & 0x07) << Info->Value));
675 ((ACPI_GET8 (Source) & 0x3F) << Info->Value));
680 ItemCount = ACPI_GET8 (Source);