Lines Matching defs:ItemCount

88     UINT16                  ItemCount = 0;
172 ItemCount = ACPI_GET8 (Source);
173 ACPI_SET8 (Destination, ItemCount);
176 (Info->Value * (ItemCount - 1));
181 ItemCount = AmlResourceLength;
182 ACPI_SET16 (Destination, ItemCount);
185 (Info->Value * (ItemCount - 1));
191 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
193 Resource->Length = Resource->Length + ItemCount;
194 ItemCount = ItemCount / 2;
195 ACPI_SET16 (Destination, ItemCount);
200 ItemCount = ACPI_GET8 (Source);
201 ACPI_SET8 (Destination, ItemCount);
204 (Info->Value * ItemCount);
218 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
224 ItemCount = Aml->LargeHeader.ResourceLength +
229 Resource->Length = Resource->Length + ItemCount;
230 ACPI_SET16 (Destination, ItemCount);
235 ItemCount = ACPI_GET16 (Source) - Info->Value;
237 Resource->Length = Resource->Length + ItemCount;
238 ACPI_SET16 (Destination, ItemCount);
243 ItemCount = (AmlResourceLength +
247 Resource->Length = Resource->Length + ItemCount;
248 ACPI_SET16 (Destination, ItemCount);
261 * Raw data move. Use the Info value field unless ItemCount has
266 ItemCount = Info->Value;
268 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
276 (Resource->Length - ItemCount * 2));
282 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
290 (Resource->Length - ItemCount));
296 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
304 (Resource->Length - ItemCount));
310 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
318 (Resource->Length - ItemCount));
324 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
363 Info->AmlOffset + (ItemCount * 4));
367 (((ItemCount - 1) * sizeof (UINT32)) + Info->Value),
375 ItemCount = AcpiRsDecodeBitmask (ACPI_GET8 (Source), Destination);
376 if (ItemCount)
378 Resource->Length += (ItemCount - 1);
382 ACPI_SET8 (Target, ItemCount);
391 ItemCount = AcpiRsDecodeBitmask (Temp16, Destination);
392 if (ItemCount)
394 Resource->Length += (ItemCount - 1);
398 ACPI_SET8 (Target, ItemCount);
478 UINT16 ItemCount = 0;
549 ItemCount = ACPI_GET8 (Source);
550 ACPI_SET8 (Destination, ItemCount);
552 AmlLength = (UINT16) (AmlLength + (Info->Value * (ItemCount - 1)));
557 ItemCount = ACPI_GET16 (Source);
558 AmlLength = (UINT16) (AmlLength + ItemCount);
564 ItemCount = ACPI_GET16 (Source);
567 AmlLength = (UINT16) (AmlLength + ItemCount * 2);
575 ItemCount = ACPI_GET16 (Source);
576 ACPI_SET16 (Destination, ItemCount);
578 AmlLength = (UINT16) (AmlLength + (Info->Value * ItemCount));
586 ItemCount = ACPI_GET16 (Source);
591 AmlLength = (UINT16) (AmlLength + ItemCount);
606 ItemCount = ACPI_GET16 (Source);
607 ACPI_SET16 (Destination, ItemCount + Info->Value);
608 AmlLength = (UINT16) (AmlLength + ItemCount);
614 ItemCount = ACPI_GET16 (Source);
615 AmlLength = (UINT16) (AmlLength + ItemCount);
631 ItemCount = Info->Value;
633 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
641 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
651 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
657 (AmlLength - ItemCount));
659 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
665 (AmlLength - ItemCount));
667 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
717 if (ItemCount <= Info->Value)