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 888 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinGroupFunction.RevisionId),
889 AML_OFFSET (PinGroupFunction.RevisionId),
892 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.PinGroupFunction.Shareable),
893 AML_OFFSET (PinGroupFunction.Flags),
896 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.PinGroupFunction.ProducerConsumer),
897 AML_OFFSET (PinGroupFunction.Flags),
900 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.PinGroupFunction.FunctionNumber),
901 AML_OFFSET (PinGroupFunction.FunctionNumber),
906 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSource.Index),
907 AML_OFFSET (PinGroupFunction.ResSourceIndex)
    [all...]
rscalc.c 523 Resource->Data.PinGroupFunction.ResourceSource.StringLength +
524 Resource->Data.PinGroupFunction.ResourceSourceLabel.StringLength +
525 Resource->Data.PinGroupFunction.VendorLength);
785 AmlResource->PinGroupFunction.VendorOffset -
786 AmlResource->PinGroupFunction.ResSourceOffset +
787 AmlResource->PinGroupFunction.VendorLength;
rsdumpinfo.c 417 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpPinGroupFunction), "PinGroupFunction", NULL},
418 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (PinGroupFunction.RevisionId), "RevisionId", NULL},
419 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (PinGroupFunction.ProducerConsumer), "ProducerConsumer", AcpiGbl_ConsumeDecode},
420 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (PinGroupFunction.Shareable), "Sharing", AcpiGbl_ShrDecode},
421 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.FunctionNumber), "FunctionNumber", NULL},
422 {ACPI_RSD_SOURCE_LABEL, ACPI_RSD_OFFSET (PinGroupFunction.ResourceSourceLabel), "ResourceSourceLabel", NULL},
423 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (PinGroupFunction.ResourceSource), "ResourceSource", NULL},
424 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.VendorLength), "VendorLength", NULL},
425 {ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (PinGroupFunction.VendorData), "VendorData", NULL},
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 1312 * DESCRIPTION: Decode a PinGroupFunction descriptor
1328 AcpiOsPrintf ("PinGroupFunction (%s, ",
1329 AcpiGbl_ShrDecode [ACPI_GET_1BIT_FLAG (Resource->PinGroupFunction.Flags)]);
1333 AcpiOsPrintf ("0x%4.4X, ", Resource->PinGroupFunction.FunctionNumber);
1336 Resource, Resource->PinGroupFunction.ResSourceOffset),
1340 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinGroupFunction.ResSourceIndex);
1345 Resource->PinGroupFunction.ResSourceLabelOffset);
1351 AcpiGbl_ConsumeDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->PinGroupFunction.Flags, 1)]);
1361 if (Resource->PinGroupFunction.VendorLength)
1366 Resource->PinGroupFunction.VendorOffset)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c 191 * PinGroupFunction
2165 * DESCRIPTION: Construct a long "PinGroupFunction" descriptor
2208 Descriptor->PinGroupFunction.ResourceLength = DescriptorSize;
2209 Descriptor->PinGroupFunction.DescriptorType = ACPI_RESOURCE_NAME_PIN_GROUP_FUNCTION;
2210 Descriptor->PinGroupFunction.RevisionId = AML_RESOURCE_PIN_GROUP_FUNCTION_REVISION;
2220 Descriptor->PinGroupFunction.ResSourceOffset = (UINT16)
2222 Descriptor->PinGroupFunction.ResSourceLabelOffset = (UINT16)
2233 RsSetFlagBits16 (&Descriptor->PinGroupFunction.Flags, InitializerOp, 0, 0);
2235 CurrentByteOffset + ASL_RESDESC_OFFSET (PinGroupFunction.Flags), 0);
2240 Descriptor->PinGroupFunction.FunctionNumber = (UINT16) InitializerOp->Asl.Value.Integer
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 838 AML_RESOURCE_PIN_GROUP_FUNCTION PinGroupFunction;
acrestyp.h 909 ACPI_RESOURCE_PIN_GROUP_FUNCTION PinGroupFunction;

Completed in 18 milliseconds