Lines Matching refs:UINT16

160 static UINT16
164 static UINT16
175 static UINT16
209 static UINT16
213 UINT16 ExtraDataSize = 0; in RsGetBufferDataLength()
261 static UINT16
266 UINT16 InterruptLength; in RsGetInterruptDataLength()
312 UINT16 ActualLength = 0; in RsGetVendorData()
333 SpecifiedLength = (UINT16) BufferOp->Asl.Value.Integer; in RsGetVendorData()
339 (UINT16) DescriptorOffset); in RsGetVendorData()
402 static UINT16
414 return ((UINT16) (strlen (InitializerOp->Asl.Value.String) + 1)); in RsGetStringDataLengthAt()
445 UINT16 *InterruptList = NULL; in RsDoGpioIntDescriptor()
446 UINT16 *PinList = NULL; in RsDoGpioIntDescriptor()
447 UINT16 ResSourceLength; in RsDoGpioIntDescriptor()
448 UINT16 VendorLength; in RsDoGpioIntDescriptor()
449 UINT16 InterruptLength; in RsDoGpioIntDescriptor()
450 UINT16 DescriptorSize; in RsDoGpioIntDescriptor()
485 InterruptList = ACPI_ADD_PTR (UINT16, Descriptor, in RsDoGpioIntDescriptor()
493 Descriptor->Gpio.PinTableOffset = (UINT16) in RsDoGpioIntDescriptor()
496 Descriptor->Gpio.ResSourceOffset = (UINT16) in RsDoGpioIntDescriptor()
535 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIntDescriptor()
577 Descriptor->Gpio.VendorOffset = (UINT16) in RsDoGpioIntDescriptor()
596 *InterruptList = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIntDescriptor()
654 UINT16 *InterruptList = NULL; in RsDoGpioIoDescriptor()
655 UINT16 *PinList = NULL; in RsDoGpioIoDescriptor()
656 UINT16 ResSourceLength; in RsDoGpioIoDescriptor()
657 UINT16 VendorLength; in RsDoGpioIoDescriptor()
658 UINT16 InterruptLength; in RsDoGpioIoDescriptor()
659 UINT16 DescriptorSize; in RsDoGpioIoDescriptor()
695 InterruptList = ACPI_ADD_PTR (UINT16, Descriptor, sizeof (AML_RESOURCE_GPIO)); in RsDoGpioIoDescriptor()
702 Descriptor->Gpio.PinTableOffset = (UINT16) in RsDoGpioIoDescriptor()
705 Descriptor->Gpio.ResSourceOffset = (UINT16) in RsDoGpioIoDescriptor()
730 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor()
737 Descriptor->Gpio.DriveStrength = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor()
784 Descriptor->Gpio.VendorOffset = (UINT16) in RsDoGpioIoDescriptor()
803 *InterruptList = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor()
861 UINT16 ResSourceLength; in RsDoI2cSerialBusDescriptor()
862 UINT16 VendorLength; in RsDoI2cSerialBusDescriptor()
863 UINT16 DescriptorSize; in RsDoI2cSerialBusDescriptor()
913 Descriptor->I2cSerialBus.SlaveAddress = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoI2cSerialBusDescriptor()
1020 UINT16 ResSourceLength; in RsDoSpiSerialBusDescriptor()
1021 UINT16 VendorLength; in RsDoSpiSerialBusDescriptor()
1022 UINT16 DescriptorSize; in RsDoSpiSerialBusDescriptor()
1073 Descriptor->SpiSerialBus.DeviceSelection = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoSpiSerialBusDescriptor()
1208 UINT16 ResSourceLength; in RsDoUartSerialBusDescriptor()
1209 UINT16 VendorLength; in RsDoUartSerialBusDescriptor()
1210 UINT16 DescriptorSize; in RsDoUartSerialBusDescriptor()
1309 Descriptor->UartSerialBus.RxFifoSize = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoUartSerialBusDescriptor()
1316 Descriptor->UartSerialBus.TxFifoSize = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoUartSerialBusDescriptor()
1412 UINT16 *PinList = NULL; in RsDoPinFunctionDescriptor()
1413 UINT16 ResSourceLength; in RsDoPinFunctionDescriptor()
1414 UINT16 VendorLength; in RsDoPinFunctionDescriptor()
1415 UINT16 PinListLength; in RsDoPinFunctionDescriptor()
1416 UINT16 DescriptorSize; in RsDoPinFunctionDescriptor()
1449 PinList = ACPI_ADD_PTR (UINT16, Descriptor, sizeof (AML_RESOURCE_PIN_FUNCTION)); in RsDoPinFunctionDescriptor()
1455 Descriptor->PinFunction.PinTableOffset = (UINT16) in RsDoPinFunctionDescriptor()
1458 Descriptor->PinFunction.ResSourceOffset = (UINT16) in RsDoPinFunctionDescriptor()
1483 Descriptor->PinFunction.FunctionNumber = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoPinFunctionDescriptor()
1523 Descriptor->PinFunction.VendorOffset = (UINT16) in RsDoPinFunctionDescriptor()
1542 *PinList = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoPinFunctionDescriptor()
1598 UINT16 *PinList = NULL; in RsDoPinConfigDescriptor()
1599 UINT16 ResSourceLength; in RsDoPinConfigDescriptor()
1600 UINT16 VendorLength; in RsDoPinConfigDescriptor()
1601 UINT16 PinListLength; in RsDoPinConfigDescriptor()
1602 UINT16 DescriptorSize; in RsDoPinConfigDescriptor()
1635 PinList = ACPI_ADD_PTR (UINT16, Descriptor, sizeof (AML_RESOURCE_PIN_CONFIG)); in RsDoPinConfigDescriptor()
1641 Descriptor->PinConfig.PinTableOffset = (UINT16) in RsDoPinConfigDescriptor()
1644 Descriptor->PinConfig.ResSourceOffset = (UINT16) in RsDoPinConfigDescriptor()
1723 Descriptor->PinConfig.VendorOffset = (UINT16) in RsDoPinConfigDescriptor()
1742 *PinList = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoPinConfigDescriptor()
1797 UINT16 *PinList = NULL; in RsDoPinGroupDescriptor()
1799 UINT16 LabelLength; in RsDoPinGroupDescriptor()
1800 UINT16 VendorLength; in RsDoPinGroupDescriptor()
1801 UINT16 PinListLength; in RsDoPinGroupDescriptor()
1802 UINT16 DescriptorSize; in RsDoPinGroupDescriptor()
1835 PinList = ACPI_ADD_PTR (UINT16, Descriptor, sizeof (AML_RESOURCE_PIN_GROUP)); in RsDoPinGroupDescriptor()
1841 Descriptor->PinGroup.PinTableOffset = (UINT16) ACPI_PTR_DIFF (PinList, Descriptor); in RsDoPinGroupDescriptor()
1842 Descriptor->PinGroup.LabelOffset = (UINT16) ACPI_PTR_DIFF (Label, Descriptor); in RsDoPinGroupDescriptor()
1877 Descriptor->PinGroup.VendorOffset = (UINT16) in RsDoPinGroupDescriptor()
1896 *PinList = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoPinGroupDescriptor()
1953 UINT16 ResSourceLength; in RsDoPinGroupFunctionDescriptor()
1954 UINT16 ResSourceLabelLength; in RsDoPinGroupFunctionDescriptor()
1955 UINT16 VendorLength; in RsDoPinGroupFunctionDescriptor()
1956 UINT16 DescriptorSize; in RsDoPinGroupFunctionDescriptor()
1994 Descriptor->PinGroupFunction.ResSourceOffset = (UINT16) in RsDoPinGroupFunctionDescriptor()
1996 Descriptor->PinGroupFunction.ResSourceLabelOffset = (UINT16) in RsDoPinGroupFunctionDescriptor()
2014 Descriptor->PinGroupFunction.FunctionNumber = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoPinGroupFunctionDescriptor()
2056 Descriptor->PinGroupFunction.VendorOffset = (UINT16) in RsDoPinGroupFunctionDescriptor()
2099 UINT16 ResSourceLength; in RsDoPinGroupConfigDescriptor()
2100 UINT16 ResSourceLabelLength; in RsDoPinGroupConfigDescriptor()
2101 UINT16 VendorLength; in RsDoPinGroupConfigDescriptor()
2102 UINT16 DescriptorSize; in RsDoPinGroupConfigDescriptor()
2140 Descriptor->PinGroupConfig.ResSourceOffset = (UINT16) in RsDoPinGroupConfigDescriptor()
2142 Descriptor->PinGroupConfig.ResSourceLabelOffset = (UINT16) in RsDoPinGroupConfigDescriptor()
2225 Descriptor->PinGroupConfig.VendorOffset = (UINT16) in RsDoPinGroupConfigDescriptor()