HomeSort by: relevance | last modified time | path
    Searched refs:PinGroupFunction (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rsserial.c 780 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinGroupFunction.RevisionId),
781 AML_OFFSET (PinGroupFunction.RevisionId),
784 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.PinGroupFunction.Shareable),
785 AML_OFFSET (PinGroupFunction.Flags),
788 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.PinGroupFunction.ProducerConsumer),
789 AML_OFFSET (PinGroupFunction.Flags),
792 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.PinGroupFunction.FunctionNumber),
793 AML_OFFSET (PinGroupFunction.FunctionNumber),
798 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSource.Index),
799 AML_OFFSET (PinGroupFunction.ResSourceIndex)
    [all...]
rscalc.c 415 Resource->Data.PinGroupFunction.ResourceSource.StringLength +
416 Resource->Data.PinGroupFunction.ResourceSourceLabel.StringLength +
417 Resource->Data.PinGroupFunction.VendorLength);
677 AmlResource->PinGroupFunction.VendorOffset -
678 AmlResource->PinGroupFunction.ResSourceOffset +
679 AmlResource->PinGroupFunction.VendorLength;
rsdumpinfo.c 309 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpPinGroupFunction), "PinGroupFunction", NULL},
310 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (PinGroupFunction.RevisionId), "RevisionId", NULL},
311 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (PinGroupFunction.ProducerConsumer), "ProducerConsumer", AcpiGbl_ConsumeDecode},
312 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (PinGroupFunction.Shareable), "Sharing", AcpiGbl_ShrDecode},
313 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.FunctionNumber), "FunctionNumber", NULL},
314 {ACPI_RSD_SOURCE_LABEL, ACPI_RSD_OFFSET (PinGroupFunction.ResourceSourceLabel), "ResourceSourceLabel", NULL},
315 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (PinGroupFunction.ResourceSource), "ResourceSource", NULL},
316 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.VendorLength), "VendorLength", NULL},
317 {ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (PinGroupFunction.VendorData), "VendorData", NULL},
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 1204 * DESCRIPTION: Decode a PinGroupFunction descriptor
1220 AcpiOsPrintf ("PinGroupFunction (%s, ",
1221 AcpiGbl_ShrDecode [ACPI_GET_1BIT_FLAG (Resource->PinGroupFunction.Flags)]);
1225 AcpiOsPrintf ("0x%4.4X, ", Resource->PinGroupFunction.FunctionNumber);
1228 Resource, Resource->PinGroupFunction.ResSourceOffset),
1232 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinGroupFunction.ResSourceIndex);
1237 Resource->PinGroupFunction.ResSourceLabelOffset);
1243 AcpiGbl_ConsumeDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->PinGroupFunction.Flags, 1)]);
1253 if (Resource->PinGroupFunction.VendorLength)
1258 Resource->PinGroupFunction.VendorOffset)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c 83 * PinGroupFunction
2057 * DESCRIPTION: Construct a long "PinGroupFunction" descriptor
2100 Descriptor->PinGroupFunction.ResourceLength = DescriptorSize;
2101 Descriptor->PinGroupFunction.DescriptorType = ACPI_RESOURCE_NAME_PIN_GROUP_FUNCTION;
2102 Descriptor->PinGroupFunction.RevisionId = AML_RESOURCE_PIN_GROUP_FUNCTION_REVISION;
2112 Descriptor->PinGroupFunction.ResSourceOffset = (UINT16)
2114 Descriptor->PinGroupFunction.ResSourceLabelOffset = (UINT16)
2125 RsSetFlagBits16 (&Descriptor->PinGroupFunction.Flags, InitializerOp, 0, 0);
2127 CurrentByteOffset + ASL_RESDESC_OFFSET (PinGroupFunction.Flags), 0);
2132 Descriptor->PinGroupFunction.FunctionNumber = (UINT16) InitializerOp->Asl.Value.Integer
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 730 AML_RESOURCE_PIN_GROUP_FUNCTION PinGroupFunction;
acrestyp.h 801 ACPI_RESOURCE_PIN_GROUP_FUNCTION PinGroupFunction;

Completed in 20 milliseconds