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;
326 InterruptList = ACPI_ADD_PTR (UINT16, Descriptor, sizeof (AML_RESOURCE_GPIO));
333 Descriptor->Gpio.PinTableOffset = (UINT16)
336 Descriptor->Gpio.ResSourceOffset = (UINT16)
341 "GpioInt", Descriptor->Gpio.ResourceLength, (UINT16) sizeof (AML_RESOURCE_GPIO),
380 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer;
421 Descriptor->Gpio.VendorOffset = (UINT16)
440 *InterruptList = (UINT16) InitializerOp->Asl.Value.Integer;
497 UINT16 *InterruptList = NULL;
498 UINT16 *PinList = NULL;
499 UINT16 ResSourceLength;
500 UINT16 VendorLength;
501 UINT16 InterruptLength;
502 UINT16 DescriptorSize;
537 InterruptList = ACPI_ADD_PTR (UINT16, Descriptor, sizeof (AML_RESOURCE_GPIO));
544 Descriptor->Gpio.PinTableOffset = (UINT16)
547 Descriptor->Gpio.ResSourceOffset = (UINT16)
552 "GpioIo", Descriptor->Gpio.ResourceLength, (UINT16) sizeof (AML_RESOURCE_GPIO),
577 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer;
584 Descriptor->Gpio.DriveStrength = (UINT16) InitializerOp->Asl.Value.Integer;
631 Descriptor->Gpio.VendorOffset = (UINT16)
650 *InterruptList = (UINT16) InitializerOp->Asl.Value.Integer;
707 UINT16 ResSourceLength;
708 UINT16 VendorLength;
709 UINT16 DescriptorSize;
748 (UINT16) sizeof (AML_RESOURCE_I2C_SERIALBUS), ResSourceLength,
759 Descriptor->I2cSerialBus.SlaveAddress = (UINT16) InitializerOp->Asl.Value.Integer;
854 UINT16 ResSourceLength;
855 UINT16 VendorLength;
856 UINT16 DescriptorSize;
895 (UINT16) sizeof (AML_RESOURCE_SPI_SERIALBUS), ResSourceLength,
906 Descriptor->SpiSerialBus.DeviceSelection = (UINT16) InitializerOp->Asl.Value.Integer;
1029 UINT16 ResSourceLength;
1030 UINT16 VendorLength;
1031 UINT16 DescriptorSize;
1070 (UINT16) sizeof (AML_RESOURCE_UART_SERIALBUS), ResSourceLength,
1130 Descriptor->UartSerialBus.RxFifoSize = (UINT16) InitializerOp->Asl.Value.Integer;
1137 Descriptor->UartSerialBus.TxFifoSize = (UINT16) InitializerOp->Asl.Value.Integer;