Searched refs:UINT16 (Results 101 - 125 of 172) sorted by relevance

1234567

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslresource.c496 UINT16
505 return ((UINT16) (strlen (InitializerOp->Asl.Value.String) + 1));
626 UINT16 *Flags,
642 *Flags |= (((UINT16) Op->Asl.Value.Integer) << Position);
H A Daslrestype1.c279 Descriptor->Memory24.Minimum = (UINT16) InitializerOp->Asl.Value.Integer;
287 Descriptor->Memory24.Maximum = (UINT16) InitializerOp->Asl.Value.Integer;
295 Descriptor->Memory24.Alignment = (UINT16) InitializerOp->Asl.Value.Integer;
302 Descriptor->Memory24.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer;
H A Ddttable1.c501 UINT16 CurrentOffset;
539 CurrentOffset = (UINT16) sizeof (ACPI_DBG2_DEVICE);
559 CurrentOffset += (UINT16) sizeof (ACPI_GENERIC_ADDRESS);
575 CurrentOffset += (UINT16) sizeof (UINT32);
591 DeviceInfo->NamepathLength = (UINT16) Subtable->Length;
592 CurrentOffset += (UINT16) DeviceInfo->NamepathLength;
620 DeviceInfo->OemDataLength = (UINT16) Subtable->Length;
1199 UINT16 Type;
1359 UINT16 SMBIOSHandleNumber;
H A Dasloffset.c173 UINT16 ParentOpcode);
464 UINT16 ParentOpcode)
H A Dprmacros.c393 UINT16 UseCount = 0;
394 UINT16 ArgCount = 0;
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devglock.c339 UINT16 Timeout)
H A Devgpeinit.c243 RegisterCount0 = (UINT16) (AcpiGbl_FADT.Gpe0BlockLength / 2);
266 RegisterCount1 = (UINT16) (AcpiGbl_FADT.Gpe1BlockLength / 2);
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswscope.c255 ScopeInfo->Common.Value = (UINT16) Type;
H A Ddsopcode.c169 UINT16 AmlOpcode,
225 UINT16 AmlOpcode,
380 BufferDesc->Common.ReferenceCount = (UINT16)
/freebsd-11-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsparse.c215 UINT16
220 UINT16 Opcode;
224 Opcode = (UINT16) ACPI_GET8 (Aml);
231 Opcode = (UINT16) ((Opcode << 8) | ACPI_GET8 (Aml));
H A Dpsxface.c169 UINT16 Action);
495 UINT16 Action)
H A Dpsopinfo.c181 UINT16 Opcode)
278 UINT16 Opcode)
H A Dpsargs.c542 UINT16 Opcode;
642 UINT16 Opcode;
761 Field->Common.Value.Integer |= (UINT16) (AccessAttribute << 8);
/freebsd-11-stable/stand/efi/include/arm64/
H A Defibind.h93 typedef uint16_t UINT16; typedef
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c633 UINT16
658 ResourceLength = (UINT16) (ACPI_GET8 (Aml) &
H A Dutmisc.c328 UINT16 Action,
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacdispat.h326 UINT16 Opcode,
435 UINT16 Opcode,
H A Dacdisasm.h174 UINT16 Offset;
946 UINT16 Flags);
959 UINT16 Flags);
1011 UINT16 Value,
1038 UINT16 Mask);
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c254 UINT16 Opcode,
265 UINT16 TargetOp = 0;
H A Dexregion.c506 UINT16 PciRegister;
525 PciRegister = (UINT16) (UINT32) Address;
H A Dexmutex.c285 UINT16 Timeout,
402 Status = AcpiExAcquireMutexObject ((UINT16) TimeDesc->Integer.Value,
/freebsd-11-stable/stand/efi/include/
H A Definet.h306 IN UINT16 *Protocol OPTIONAL
321 OUT UINT16 *Protocol OPTIONAL
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-format.c238 UINT16 Info;
590 UINT16 Index;
591 UINT16 Length;
592 UINT16 AdditionalAdrCount;
595 Length = (UINT16) DevicePathNodeLength ((EFI_DEVICE_PATH_PROTOCOL *) AcpiAdr);
596 AdditionalAdrCount = (UINT16) ((Length - 8) / 4);
1002 UINT16 Length;
1007 Length = (UINT16) ((DevicePathNodeLength ((EFI_DEVICE_PATH_PROTOCOL *) UsbWWId) - sizeof (USB_WWID_DEVICE_PATH)) / sizeof (CHAR16));
1302 IN UINT16 Protocol
1604 UINT16 Option
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c545 ((UINT16 *) (void *) ByteData)[WordCount - 1] != 0)
959 UINT16 *WordData;
967 WordData = ACPI_CAST_PTR (UINT16, Op->Named.Data);
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h74 typedef UINT16 PXE_UINT16;
684 typedef UINT16 PXE_MEDIA_PROTOCOL;
1203 UINT16 Bus;
1213 UINT16 Word[128];

Completed in 311 milliseconds

1234567