Home | History | Annotate | Download | only in resources

Lines Matching refs:ItemCount

196     UINT16                  ItemCount = 0;
290 ItemCount = ACPI_GET8 (Source);
291 ACPI_SET8 (Destination, ItemCount);
294 (Info->Value * (ItemCount - 1));
299 ItemCount = AmlResourceLength;
300 ACPI_SET16 (Destination, ItemCount);
303 (Info->Value * (ItemCount - 1));
309 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
311 Resource->Length = Resource->Length + ItemCount;
312 ItemCount = ItemCount / 2;
313 ACPI_SET16 (Destination, ItemCount);
318 ItemCount = ACPI_GET8 (Source);
319 ACPI_SET8 (Destination, ItemCount);
321 Resource->Length = Resource->Length + (Info->Value * ItemCount);
335 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
341 ItemCount = Aml->LargeHeader.ResourceLength +
346 Resource->Length = Resource->Length + ItemCount;
347 ACPI_SET16 (Destination, ItemCount);
353 ItemCount = Temp16 - Info->Value;
355 Resource->Length = Resource->Length + ItemCount;
356 ACPI_SET16 (Destination, ItemCount);
362 ItemCount = (AmlResourceLength +
366 Resource->Length = Resource->Length + ItemCount;
367 ACPI_SET16 (Destination, ItemCount);
380 * Raw data move. Use the Info value field unless ItemCount has
385 ItemCount = Info->Value;
387 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
395 (Resource->Length - ItemCount * 2));
401 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
409 (Resource->Length - ItemCount));
415 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
423 (Resource->Length - ItemCount));
429 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
437 (Resource->Length - ItemCount));
445 AcpiRsMoveData (Target, Source, ItemCount, Info->Opcode);
484 Info->AmlOffset + (ItemCount * 4));
488 (((ItemCount - 1) * sizeof (UINT32)) + Info->Value),
496 ItemCount = AcpiRsDecodeBitmask (ACPI_GET8 (Source), Destination);
497 if (ItemCount)
499 Resource->Length += (ItemCount - 1);
503 ACPI_SET8 (Target, ItemCount);
512 ItemCount = AcpiRsDecodeBitmask (Temp16, Destination);
513 if (ItemCount)
515 Resource->Length += (ItemCount - 1);
519 ACPI_SET8 (Target, ItemCount);
600 UINT16 ItemCount = 0;
680 ItemCount = ACPI_GET8 (Source);
681 ACPI_SET8 (Destination, ItemCount);
684 (AmlLength + (Info->Value * (ItemCount - 1)));
689 ItemCount = ACPI_GET16 (Source);
690 AmlLength = (UINT16) (AmlLength + ItemCount);
696 ItemCount = ACPI_GET16 (Source);
699 AmlLength = (UINT16) (AmlLength + ItemCount * 2);
707 ItemCount = ACPI_GET16 (Source);
708 ACPI_SET16 (Destination, ItemCount);
711 AmlLength + (Info->Value * ItemCount));
719 ItemCount = ACPI_GET16 (Source);
724 AmlLength = (UINT16) (AmlLength + ItemCount);
736 ItemCount = ACPI_GET16 (Source);
737 ACPI_SET16 (Destination, ItemCount + Info->Value);
738 AmlLength = (UINT16) (AmlLength + ItemCount);
744 ItemCount = ACPI_GET16 (Source);
745 AmlLength = (UINT16) (AmlLength + ItemCount);
761 ItemCount = Info->Value;
763 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
771 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
781 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
787 (AmlLength - ItemCount));
789 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
795 (AmlLength - ItemCount));
797 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
847 if (ItemCount <= Info->Value)