Searched refs:BigEndianId (Results 1 – 1 of 1) sorted by relevance
833 UINT32 BigEndianId; in AcpiDmGetHardwareIdType() local854 BigEndianId = AcpiUtDwordByteSwap ((UINT32) Op->Common.Value.Integer); in AcpiDmGetHardwareIdType()858 Prefix[0] = ((BigEndianId >> 26) & 0x1F) + 0x40; in AcpiDmGetHardwareIdType()859 Prefix[1] = ((BigEndianId >> 21) & 0x1F) + 0x40; in AcpiDmGetHardwareIdType()860 Prefix[2] = ((BigEndianId >> 16) & 0x1F) + 0x40; in AcpiDmGetHardwareIdType()