Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmbuffer.c833 UINT32 BigEndianId; in AcpiDmGetHardwareIdType() local
854 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()