Home
last modified time | relevance | path

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

/acpica-3.5.0/source/components/disassembler/
Ddmbuffer.c1037 UINT32 BigEndianId; in AcpiDmGetHardwareIdType() local
1058 BigEndianId = AcpiUtDwordByteSwap ((UINT32) Op->Common.Value.Integer); in AcpiDmGetHardwareIdType()
1062 Prefix[0] = ((BigEndianId >> 26) & 0x1F) + 0x40; in AcpiDmGetHardwareIdType()
1063 Prefix[1] = ((BigEndianId >> 21) & 0x1F) + 0x40; in AcpiDmGetHardwareIdType()
1064 Prefix[2] = ((BigEndianId >> 16) & 0x1F) + 0x40; in AcpiDmGetHardwareIdType()
/acpica-3.5.0/source/compiler/
Daslopcodes.c689 UINT32 BigEndianId; in OpcDoEisaId() local
738 BigEndianId = in OpcDoEisaId()
750 EisaId = AcpiUtDwordByteSwap (BigEndianId); in OpcDoEisaId()