Searched refs:Bytes (Results 1 – 4 of 4) sorted by relevance
250 UINT8 Bytes[4]; in AcpiUtDwordByteSwap() member255 UINT8 Bytes[4]; in AcpiUtDwordByteSwap() member264 Out.Bytes[0] = In.Bytes[3]; in AcpiUtDwordByteSwap()265 Out.Bytes[1] = In.Bytes[2]; in AcpiUtDwordByteSwap()266 Out.Bytes[2] = In.Bytes[1]; in AcpiUtDwordByteSwap()267 Out.Bytes[3] = In.Bytes[0]; in AcpiUtDwordByteSwap()
201 UINT8 Bytes[4]; in UtIsBigEndianMachine() member205 return (Overlay.Bytes[0]); /* Returns 0xFF (TRUE) for big endian */ in UtIsBigEndianMachine()
1125 /* Read/Write N Bytes (AttribBytes) */1128 /* Raw Read/Write N Bytes (AttribRawBytes) */1527 /* Read/Write N Bytes (AttribBytes) */1614 /* Raw Read/Write N Bytes (AttribRawBytes) */1732 CreateWordField(BUF0, 0x02, CMD0) // Command (Bytes 2 and 3)1738 CreateWordField(BUF1, 0x02, CMD1) // Command (Bytes 2 and 3)47131 LNGT, 32, // 4 Bytes
7270 AccessAs: AttribBytes (n) // Read/Write N-Bytes Protocol7271 AccessAs: AttribRawBytes (n) // Raw Read/Write N-Bytes