Lines Matching refs:UINT16

52 static UINT16
56 static UINT16
90 static UINT16
94 UINT16 ExtraDataSize = 0;
141 static UINT16
145 UINT16 InterruptLength;
191 UINT16 ActualLength = 0;
212 SpecifiedLength = (UINT16) BufferOp->Asl.Value.Integer;
218 (UINT16) DescriptorOffset);
287 UINT16 *InterruptList = NULL;
288 UINT16 *PinList = NULL;
289 UINT16 ResSourceLength;
290 UINT16 VendorLength;
291 UINT16 InterruptLength;
292 UINT16 DescriptorSize;
327 InterruptList = ACPI_ADD_PTR (UINT16, Descriptor,
335 Descriptor->Gpio.PinTableOffset = (UINT16)
338 Descriptor->Gpio.ResSourceOffset = (UINT16)
377 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer;
419 Descriptor->Gpio.VendorOffset = (UINT16)
438 *InterruptList = (UINT16) InitializerOp->Asl.Value.Integer;
496 UINT16 *InterruptList = NULL;
497 UINT16 *PinList = NULL;
498 UINT16 ResSourceLength;
499 UINT16 VendorLength;
500 UINT16 InterruptLength;
501 UINT16 DescriptorSize;
537 InterruptList = ACPI_ADD_PTR (UINT16, Descriptor, sizeof (AML_RESOURCE_GPIO));
544 Descriptor->Gpio.PinTableOffset = (UINT16)
547 Descriptor->Gpio.ResSourceOffset = (UINT16)
572 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer;
579 Descriptor->Gpio.DriveStrength = (UINT16) InitializerOp->Asl.Value.Integer;
626 Descriptor->Gpio.VendorOffset = (UINT16)
645 *InterruptList = (UINT16) InitializerOp->Asl.Value.Integer;
703 UINT16 ResSourceLength;
704 UINT16 VendorLength;
705 UINT16 DescriptorSize;
755 Descriptor->I2cSerialBus.SlaveAddress = (UINT16) InitializerOp->Asl.Value.Integer;
862 UINT16 ResSourceLength;
863 UINT16 VendorLength;
864 UINT16 DescriptorSize;
915 Descriptor->SpiSerialBus.DeviceSelection = (UINT16) InitializerOp->Asl.Value.Integer;
1050 UINT16 ResSourceLength;
1051 UINT16 VendorLength;
1052 UINT16 DescriptorSize;
1151 Descriptor->UartSerialBus.RxFifoSize = (UINT16) InitializerOp->Asl.Value.Integer;
1158 Descriptor->UartSerialBus.TxFifoSize = (UINT16) InitializerOp->Asl.Value.Integer;