Home
last modified time | relevance | path

Searched refs:UINT8 (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/freebsd/sys/contrib/dev/acpica/include/
H A Dacrestyp.h165 #define ACPI_READ_ONLY_MEMORY (UINT8) 0x00
166 #define ACPI_READ_WRITE_MEMORY (UINT8) 0x01
168 #define ACPI_NON_CACHEABLE_MEMORY (UINT8) 0x00
169 #define ACPI_CACHABLE_MEMORY (UINT8) 0x01
170 #define ACPI_WRITE_COMBINING_MEMORY (UINT8) 0x02
171 #define ACPI_PREFETCHABLE_MEMORY (UINT8) 0x03
181 #define ACPI_NON_ISA_ONLY_RANGES (UINT8) 0x01
182 #define ACPI_ISA_ONLY_RANGES (UINT8) 0x02
187 #define ACPI_SPARSE_TRANSLATION (UINT8) 0x01
192 #define ACPI_DECODE_10 (UINT8) 0x00 /* 10-bit IO address decode */
[all …]
H A Dactbl1.h243 UINT8 Type;
244 UINT8 Length;
253 UINT8 Action;
254 UINT8 Instruction;
255 UINT8 Flags;
256 UINT8 Reserved;
294 UINT8 Type;
295 UINT8 Reserved;
322 UINT8 MinResetValue;
323 UINT8 MinPollInterval;
[all …]
H A Dactbl3.h238 UINT8 Entry[1]; /* Real size = localities^2 */
256 UINT8 InterfaceType; /* 0=full 16550, 1=subset of 16550 */
257 UINT8 Reserved[3];
259 UINT8 InterruptType;
260 UINT8 PcInterrupt;
262 UINT8 BaudRate;
263 UINT8 Parity;
264 UINT8 StopBits;
265 UINT8 FlowControl;
266 UINT8 TerminalType;
[all …]
H A Dactbl2.h248 UINT8 Type;
250 UINT8 Reserved;
282 UINT8 ResourceType;
283 UINT8 Reserved;
284 UINT8 Flags;
285 UINT8 Revision;
353 UINT8 VendorSpecificData[16];
363 UINT8 VendorSpecificData[16];
405 UINT8 Type;
406 UINT8 Reserved[3];
[all …]
H A Dactbl.h218 …UINT8 Revision; /* ACPI Specification m…
219 …UINT8 Checksum; /* To make sum of entir…
241 …UINT8 SpaceId; /* Address space where struct or register exists */
242 UINT8 BitWidth; /* Size in bits of given register */
243 UINT8 BitOffset; /* Bit offset within the register */
244 UINT8 AccessWidth; /* Minimum Access size (ACPI 3.0) */
260 UINT8 Checksum; /* ACPI 1.0 checksum */
262 …UINT8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.…
266 UINT8 ExtendedChecksum; /* Checksum of entire table (ACPI 2.0+) */
267 UINT8 Reserved[3]; /* Reserved, must be zero */
[all …]
H A Damlresrc.h266 UINT8 DescriptorType;
279 UINT8 Flags;
295 UINT8 DmaChannelMask;
296 UINT8 Flags;
304 UINT8 Flags;
326 UINT8 Flags;
329 UINT8 Alignment;
330 UINT8 AddressLength;
339 UINT8 AddressLength;
354 UINT8 Checksum;
[all …]
H A Dacmacros.h161 #define ACPI_CAST8(ptr) ACPI_CAST_PTR (UINT8, (ptr))
169 #define ACPI_SET8(ptr, val) (*ACPI_CAST8 (ptr) = (UINT8) (val))
198 #define ACPI_MOVE_16_TO_16(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[1];\
199 (( UINT8 *)(void *)(d))[1] = ((UINT8 *)(void *)(s))[0];}
202 ((UINT8 *)(void *)(d))[2] = ((UINT8 *)(void *)(s))[1];\
203 ((UINT8 *)(void *)(d))[3] = ((UINT8 *)(void *)(s))[0];}
206 ((UINT8 *)(void *)(d))[6] = ((UINT8 *)(void *)(s))[1];\
207 ((UINT8 *)(void *)(d))[7] = ((UINT8 *)(void *)(s))[0];}
213 #define ACPI_MOVE_32_TO_32(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[3];\
214 (( UINT8 *)(void *)(d))[1] = ((UINT8 *)(void *)(s))[2];\
[all …]
H A Daclocal.h296 UINT8 DescriptorType; /* Differentiate object descriptor types */
297 UINT8 Type; /* ACPI Type associated with this name */
314 UINT8 ArgCount;
346 UINT8 Flags;
418 UINT8 *ResourceBuffer;
424 UINT8 FieldFlags;
425 UINT8 Attribute;
426 UINT8 FieldType;
427 UINT8 AccessLength;
486 UINT8 ExpectedBtypes;
[all …]
H A Dactypes.h172 #define ACPI_UINT8_MAX (UINT8) (~((UINT8) 0)) /* 0xFF */
236 typedef unsigned char UINT8; typedef
634 #define ACPI_LOBYTE(Integer) ((UINT8) (UINT16)(Integer))
635 #define ACPI_HIBYTE(Integer) ((UINT8) (((UINT16)(Integer)) >> 8))
654 #define ACPI_ADD_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) + (ACPI_SIZE)…
655 #define ACPI_SUB_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (UINT8, (a)) - (ACPI_SIZE)…
656 …PI_PTR_DIFF(a, b) ((ACPI_SIZE) (ACPI_CAST_PTR (UINT8, (a)) - ACPI_CAST_PTR (UINT8, (b)…
730 #define ACPI_STATE_UNKNOWN (UINT8) 0xFF
732 #define ACPI_STATE_S0 (UINT8) 0
733 #define ACPI_STATE_S1 (UINT8) 1
[all …]
H A Dacobject.h191 … UINT8 DescriptorType; /* To differentiate various internal objs */\
192 UINT8 Type; /* ACPI_OBJECT_TYPE */\
194 UINT8 Flags
227 UINT8 Fill[3]; /* Prevent warning on some compilers */
257 ACPI_COMMON_BUFFER_INFO(UINT8); /* Buffer in AML stream or allocated buffer */
259 UINT8 *AmlStart;
270 UINT8 *AmlStart;
294 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */
302 UINT8 OriginalSyncLevel; /* Owner's original sync level (0-15) */
310 UINT8 SpaceId;
[all …]
H A Dacbuffer.h192 UINT8 Month;
193 UINT8 Day;
194 UINT8 Hour;
195 UINT8 Minute;
196 UINT8 Second;
197 UINT8 Valid;
200 UINT8 Daylight;
201 UINT8 Reserved[3];
228 UINT8 Revision;
229 UINT8 IgnoreColor;
[all …]
H A Dacstruct.h184 UINT8 DescriptorType; /* To differentiate various internal objs */
185 UINT8 WalkType;
187 UINT8 NextOpInfo; /* Info about NextOp */
188 UINT8 NumOperands; /* Stack pointer for Operands[] array */
189 …UINT8 OperandIndex; /* Index into operand stack, to be used by Acp…
192 UINT8 CurrentResult;
193 UINT8 ReturnUsed;
194 UINT8 ScopeDepth;
195 UINT8 PassNumber; /* Parse pass during table load */
197 UINT8 ResultSize; /* Total elements for the result stack */
[all …]
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h27 UINT8 AddressSpaceId;
28 UINT8 RegisterBitWidth;
29 UINT8 RegisterBitOffset;
30 UINT8 AccessSize;
62 UINT8 Checksum;
63 UINT8 OemId[6];
64 UINT8 Revision;
68 UINT8 ExtendedChecksum;
69 UINT8 Reserved[3];
115 UINT8 Reserved0;
[all …]
H A DAcpi30.h44 UINT8 ResType;
45 UINT8 GenFlag;
46 UINT8 SpecificFlag;
47 UINT8 RevisionId;
48 UINT8 Reserved;
78 UINT8 AddressSpaceId;
79 UINT8 RegisterBitWidth;
80 UINT8 RegisterBitOffset;
81 UINT8 AccessSize;
113 UINT8 Checksum;
[all …]
H A DAcpi50.h45 UINT8 DmaTransferWidth;
53 UINT8 RevisionId;
54 UINT8 ConnectionType;
57 UINT8 PinConfiguration;
61 UINT8 ResourceSourceIndex;
75 UINT8 RevisionId;
76 UINT8 ResourceSourceIndex;
77 UINT8 SerialBusType;
78 UINT8 GeneralFlags;
80 UINT8 TypeSpecificRevisionId;
[all …]
H A DAcpi20.h30 UINT8 AddressSpaceId;
31 UINT8 RegisterBitWidth;
32 UINT8 RegisterBitOffset;
33 UINT8 AddressSize;
48 UINT8 AddressSpaceId;
49 UINT8 RegisterBitWidth;
50 UINT8 RegisterBitOffset;
51 UINT8 Reserved;
74 UINT8 Checksum;
75 UINT8 OemId[6];
[all …]
H A DAtapi.h256 UINT8 peripheral_type;
257 UINT8 RMB;
258 UINT8 version;
259 UINT8 response_data_format;
260 UINT8 addnl_length; ///< n - 4, Numbers of bytes following this one.
261 UINT8 reserved_5;
262 UINT8 reserved_6;
263 UINT8 reserved_7;
264 UINT8 vendor_info[8];
265 UINT8 product_id[16];
[all …]
H A DAcpi51.h35 UINT8 AddressSpaceId;
36 UINT8 RegisterBitWidth;
37 UINT8 RegisterBitOffset;
38 UINT8 AccessSize;
71 UINT8 Checksum;
72 UINT8 OemId[6];
73 UINT8 Revision;
77 UINT8 ExtendedChecksum;
78 UINT8 Reserved[3];
124 UINT8 Reserved0;
[all …]
H A DAcpi61.h34 UINT8 AddressSpaceId;
35 UINT8 RegisterBitWidth;
36 UINT8 RegisterBitOffset;
37 UINT8 AccessSize;
70 UINT8 Checksum;
71 UINT8 OemId[6];
72 UINT8 Revision;
76 UINT8 ExtendedChecksum;
77 UINT8 Reserved[3];
123 UINT8 Reserved0;
[all …]
H A DAcpi10.h30 UINT8 Revision;
31 UINT8 Checksum;
32 UINT8 OemId[6];
117 UINT8 Desc;
119 UINT8 ResType;
120 UINT8 GenFlag;
121 UINT8 SpecificFlag;
130 UINT8 Byte;
132 UINT8 Length : 3;
133 UINT8 Name : 4;
[all …]
H A DAcpi60.h34 UINT8 AddressSpaceId;
35 UINT8 RegisterBitWidth;
36 UINT8 RegisterBitOffset;
37 UINT8 AccessSize;
70 UINT8 Checksum;
71 UINT8 OemId[6];
72 UINT8 Revision;
76 UINT8 ExtendedChecksum;
77 UINT8 Reserved[3];
123 UINT8 Reserved0;
[all …]
H A DUsb.h93 UINT8 RequestType;
94 UINT8 Request;
105 UINT8 Length;
106 UINT8 DescriptorType;
108 UINT8 DeviceClass;
109 UINT8 DeviceSubClass;
110 UINT8 DeviceProtocol;
111 UINT8 MaxPacketSize0;
115 UINT8 StrManufacturer;
116 UINT8 StrProduct;
[all …]
H A DUefiTcgPlatform.h120 UINT8 Event[1]; ///< The event data
164 UINT8 BlobDescriptionSize;
227 UINT8 TableDescriptionSize;
301 UINT8 Signature[16];
321 UINT8 RevisionID;
322 UINT8 ClassCode[3];
350 UINT8 Event[1];
392 UINT8 signature[16];
403 UINT8 specVersionMinor;
409 UINT8 specVersionMajor;
[all …]
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h102 UINT8 Attributes;
108 UINT8 GlyphCol1[EFI_GLYPH_HEIGHT];
124 UINT8 Attributes;
130 UINT8 GlyphCol1[EFI_GLYPH_HEIGHT];
136 UINT8 GlyphCol2[EFI_GLYPH_HEIGHT];
142 UINT8 Pad[3];
215 UINT8 BlockType;
238 UINT8 BlockType2;
239 UINT8 Length;
244 UINT8 BlockType2;
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DUsb2HostController.h79 UINT8 TranslatorHubAddress; ///< device address
80 UINT8 TranslatorPortNumber; ///< the port number of the hub that device is connected to.
106 OUT UINT8 *MaxSpeed,
107 OUT UINT8 *PortNumber,
108 OUT UINT8 *Is64BitCapable
248 IN UINT8 DeviceAddress,
249 IN UINT8 DeviceSpeed,
295 IN UINT8 DeviceAddress,
296 IN UINT8 EndPointAddress,
297 IN UINT8 DeviceSpeed,
[all …]

12345678910>>...13