Lines Matching defs:Destination
84 void *Destination;
125 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset);
150 ACPI_SET8 (Destination,
158 ACPI_SET8 (Destination,
166 ACPI_SET8 (Destination,
173 ACPI_SET8 (Destination, ItemCount);
182 ACPI_SET16 (Destination, ItemCount);
195 ACPI_SET16 (Destination, ItemCount);
201 ACPI_SET8 (Destination, ItemCount);
229 ACPI_SET16 (Destination, ItemCount);
237 ACPI_SET16 (Destination, ItemCount);
247 ACPI_SET16 (Destination, ItemCount);
267 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
276 *(UINT16 **) Destination = ACPI_CAST_PTR (UINT16, Target);
290 *(UINT8 **) Destination = ACPI_CAST_PTR (UINT8, Target);
304 *(UINT8 **) Destination = ACPI_CAST_PTR (UINT8, Target);
318 *(UINT8 **) Destination = ACPI_CAST_PTR (UINT8, Target);
329 memset (Destination, Info->AmlOffset, Info->Value);
335 memcpy (Destination, Source, ACPI_GET16 (Target));
354 Destination, Aml, NULL);
368 Destination, Aml, Target);
375 ItemCount = AcpiRsDecodeBitmask (ACPI_GET8 (Source), Destination);
391 ItemCount = AcpiRsDecodeBitmask (Temp16, Destination);
474 void *Destination;
503 Destination = ACPI_ADD_PTR (void, Aml, Info->AmlOffset);
522 ACPI_SET8 (Destination, 0);
529 ACPI_SET_BIT (*ACPI_CAST8 (Destination), (UINT8)
537 ACPI_SET_BIT (*ACPI_CAST8 (Destination), (UINT8)
545 ACPI_SET_BIT (*ACPI_CAST8 (Destination), (UINT8)
552 ACPI_SET8 (Destination, ItemCount);
568 ACPI_SET16 (Destination, AmlLength);
579 ACPI_SET16 (Destination, ItemCount);
591 ACPI_SET16 (Destination, AmlLength);
611 ACPI_SET16 (Destination, ItemCount + Info->Value);
637 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
642 Destination = (char *) ACPI_ADD_PTR (void, Aml,
643 ACPI_GET16 (Destination));
645 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
652 Destination = (char *) ACPI_ADD_PTR (void, Aml,
653 ACPI_GET16 (Destination));
655 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
660 Destination = (char *) ACPI_ADD_PTR (void, Aml,
663 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
668 Destination = (char *) ACPI_ADD_PTR (void, Aml,
671 AcpiRsMoveData (Destination, Source, ItemCount, Info->Opcode);
703 ACPI_SET8 (Destination,
714 ACPI_MOVE_16_TO_16 (Destination, &Temp16);