Lines Matching refs:Descriptor

79     AML_RESOURCE            *Descriptor;
85 Descriptor = Rnode->Buffer;
86 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG |
88 Descriptor->EndTag.Checksum = 0;
109 AML_RESOURCE *Descriptor;
115 Descriptor = Rnode->Buffer;
116 Descriptor->EndDpf.DescriptorType =
138 AML_RESOURCE *Descriptor;
152 Descriptor = Rnode->Buffer;
153 Descriptor->Memory24.DescriptorType = ACPI_RESOURCE_NAME_MEMORY24;
154 Descriptor->Memory24.ResourceLength = 9;
164 RsSetFlagBits (&Descriptor->Memory24.Flags, InitializerOp, 0, 1);
171 Descriptor->Memory24.Minimum = (UINT16) InitializerOp->Asl.Value.Integer;
179 Descriptor->Memory24.Maximum = (UINT16) InitializerOp->Asl.Value.Integer;
187 Descriptor->Memory24.Alignment = (UINT16) InitializerOp->Asl.Value.Integer;
194 Descriptor->Memory24.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer;
217 Descriptor->Memory24.Minimum,
218 Descriptor->Memory24.Maximum,
219 Descriptor->Memory24.AddressLength,
220 Descriptor->Memory24.Alignment,
243 AML_RESOURCE *Descriptor;
258 Descriptor = Rnode->Buffer;
259 Descriptor->Memory32.DescriptorType = ACPI_RESOURCE_NAME_MEMORY32;
260 Descriptor->Memory32.ResourceLength = 17;
270 RsSetFlagBits (&Descriptor->Memory32.Flags, InitializerOp, 0, 1);
277 Descriptor->Memory32.Minimum = (UINT32) InitializerOp->Asl.Value.Integer;
285 Descriptor->Memory32.Maximum = (UINT32) InitializerOp->Asl.Value.Integer;
293 Descriptor->Memory32.Alignment = (UINT32) InitializerOp->Asl.Value.Integer;
301 Descriptor->Memory32.AddressLength = (UINT32) InitializerOp->Asl.Value.Integer;
324 Descriptor->Memory32.Minimum,
325 Descriptor->Memory32.Maximum,
326 Descriptor->Memory32.AddressLength,
327 Descriptor->Memory32.Alignment,
350 AML_RESOURCE *Descriptor;
361 Descriptor = Rnode->Buffer;
362 Descriptor->FixedMemory32.DescriptorType = ACPI_RESOURCE_NAME_FIXED_MEMORY32;
363 Descriptor->FixedMemory32.ResourceLength = 9;
373 RsSetFlagBits (&Descriptor->FixedMemory32.Flags, InitializerOp, 0, 1);
380 Descriptor->FixedMemory32.Address = (UINT32) InitializerOp->Asl.Value.Integer;
387 Descriptor->FixedMemory32.AddressLength = (UINT32) InitializerOp->Asl.Value.Integer;
426 AML_RESOURCE *Descriptor;
442 Descriptor = Rnode->Buffer;
448 /* Descriptor has priority byte */
450 Descriptor->StartDpf.DescriptorType =
468 RsSetFlagBits (&Descriptor->StartDpf.Flags, InitializerOp, 0, 0);
479 RsSetFlagBits (&Descriptor->StartDpf.Flags, InitializerOp, 2, 0);
523 AML_RESOURCE *Descriptor;
537 Descriptor = Rnode->Buffer;
538 Descriptor->StartDpf.DescriptorType =
587 AML_RESOURCE *Descriptor;
600 Descriptor = Rnode->Buffer;
601 Descriptor->VendorSmall.DescriptorType = ACPI_RESOURCE_NAME_VENDOR_SMALL;
602 VendorData = ((UINT8 *) Descriptor) + sizeof (AML_RESOURCE_SMALL_HEADER);
639 Descriptor->VendorSmall.DescriptorType |= (UINT8) i;