Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmbuffer.c1039 UINT32 BigEndianId; in AcpiDmGetHardwareIdType() local
1060 BigEndianId = AcpiUtDwordByteSwap ((UINT32) Op->Common.Value.Integer); in AcpiDmGetHardwareIdType()
1064 Prefix[0] = ((BigEndianId >> 26) & 0x1F) + 0x40; in AcpiDmGetHardwareIdType()
1065 Prefix[1] = ((BigEndianId >> 21) & 0x1F) + 0x40; in AcpiDmGetHardwareIdType()
1066 Prefix[2] = ((BigEndianId >> 16) & 0x1F) + 0x40; in AcpiDmGetHardwareIdType()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslopcodes.c689 UINT32 BigEndianId; in OpcDoEisaId() local
738 BigEndianId = in OpcDoEisaId()
750 EisaId = AcpiUtDwordByteSwap (BigEndianId); in OpcDoEisaId()