Lines Matching refs: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);
203 Resource->Length = Resource->Length + (Info->Value * ItemCount);
217 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
223 ItemCount = Aml->LargeHeader.ResourceLength +
228 Resource->Length = Resource->Length + ItemCount;
229 ACPI_SET16 (Destination, ItemCount);
234 ItemCount = ACPI_GET16 (Source) - Info->Value;
236 Resource->Length = Resource->Length + ItemCount;
237 ACPI_SET16 (Destination, ItemCount);
242 ItemCount = (AmlResourceLength +
246 Resource->Length = Resource->Length + ItemCount;
247 ACPI_SET16 (Destination, ItemCount);
260 * Raw data move. Use the Info value field unless ItemCount has
265 ItemCount = Info->Value;
267 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
275 (Resource->Length - ItemCount * 2));
281 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
289 (Resource->Length - ItemCount));
295 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
303 (Resource->Length - ItemCount));
309 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
317 (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);
479 UINT16 ItemCount = 0;
551 ItemCount = ACPI_GET8 (Source);
552 ACPI_SET8 (Destination, ItemCount);
555 (AmlLength + (Info->Value * (ItemCount - 1)));
560 ItemCount = ACPI_GET16 (Source);
561 AmlLength = (UINT16) (AmlLength + ItemCount);
567 ItemCount = ACPI_GET16 (Source);
570 AmlLength = (UINT16) (AmlLength + ItemCount * 2);
578 ItemCount = ACPI_GET16 (Source);
579 ACPI_SET16 (Destination, ItemCount);
582 AmlLength + (Info->Value * ItemCount));
590 ItemCount = ACPI_GET16 (Source);
595 AmlLength = (UINT16) (AmlLength + ItemCount);
610 ItemCount = ACPI_GET16 (Source);
611 ACPI_SET16 (Destination, ItemCount + Info->Value);
612 AmlLength = (UINT16) (AmlLength + ItemCount);
618 ItemCount = ACPI_GET16 (Source);
619 AmlLength = (UINT16) (AmlLength + ItemCount);
635 ItemCount = Info->Value;
637 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
645 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
655 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
661 (AmlLength - ItemCount));
663 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
669 (AmlLength - ItemCount));
671 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
721 if (ItemCount <= Info->Value)