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

  /src/sys/external/bsd/acpica/dist/resources/
rscalc.c 477 (Resource->Data.PinFunction.PinTableLength * 2) +
478 Resource->Data.PinFunction.ResourceSource.StringLength +
479 Resource->Data.PinFunction.VendorLength);
727 if (AmlResource->PinFunction.VendorLength)
730 AmlResource->PinFunction.VendorOffset -
731 AmlResource->PinFunction.PinTableOffset +
732 AmlResource->PinFunction.VendorLength;
739 AmlResource->PinFunction.PinTableOffset;
rsserial.c 317 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.RevisionId),
318 AML_OFFSET (PinFunction.RevisionId),
321 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.PinFunction.Shareable),
322 AML_OFFSET (PinFunction.Flags),
325 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.PinConfig),
326 AML_OFFSET (PinFunction.PinConfig),
329 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.PinFunction.FunctionNumber),
330 AML_OFFSET (PinFunction.FunctionNumber),
340 {ACPI_RSC_COUNT_GPIO_PIN, ACPI_RS_OFFSET (Data.PinFunction.PinTableLength),
341 AML_OFFSET (PinFunction.PinTableOffset)
    [all...]
rsdumpinfo.c 365 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpPinFunction), "PinFunction", NULL},
366 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (PinFunction.RevisionId), "RevisionId", NULL},
367 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (PinFunction.PinConfig), "PinConfig", AcpiGbl_PpcDecode},
368 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (PinFunction.Shareable), "Sharing", AcpiGbl_ShrDecode},
369 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.FunctionNumber), "FunctionNumber", NULL},
370 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (PinFunction.ResourceSource), "ResourceSource", NULL},
371 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.PinTableLength), "PinTableLength", NULL},
372 {ACPI_RSD_WORDLIST, ACPI_RSD_OFFSET (PinFunction.PinTable), "PinTable", NULL},
373 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.VendorLength), "VendorLength", NULL},
374 {ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (PinFunction.VendorData), "VendorData", NULL}
    [all...]
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 581 * DESCRIPTION: Decode a PinFunction descriptor
599 AcpiOsPrintf ("PinFunction (%s, ",
600 AcpiGbl_ShrDecode [ACPI_GET_1BIT_FLAG (Resource->PinFunction.Flags)]);
602 if (Resource->PinFunction.PinConfig <= 3)
605 AcpiGbl_PpcDecode[Resource->PinFunction.PinConfig]);
609 AcpiOsPrintf ("0x%2.2X, ", Resource->PinFunction.PinConfig);
614 AcpiOsPrintf ("0x%4.4X, ", Resource->PinFunction.FunctionNumber);
616 if (Resource->PinFunction.ResSourceOffset)
619 Resource, Resource->PinFunction.ResSourceOffset),
624 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinFunction.ResSourceIndex)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c 188 * PinFunction
1534 * DESCRIPTION: Construct a long "PinFunction" descriptor
1577 Descriptor->PinFunction.ResourceLength = DescriptorSize;
1578 Descriptor->PinFunction.DescriptorType = ACPI_RESOURCE_NAME_PIN_FUNCTION;
1579 Descriptor->PinFunction.RevisionId = AML_RESOURCE_PIN_FUNCTION_REVISION;
1589 Descriptor->PinFunction.PinTableOffset = (UINT16)
1592 Descriptor->PinFunction.ResSourceOffset = (UINT16)
1603 RsSetFlagBits16 (&Descriptor->PinFunction.Flags, InitializerOp, 0, 0);
1605 CurrentByteOffset + ASL_RESDESC_OFFSET (PinFunction.Flags), 0);
1610 Descriptor->PinFunction.PinConfig = (UINT8) InitializerOp->Asl.Value.Integer
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 835 AML_RESOURCE_PIN_FUNCTION PinFunction;
acrestyp.h 906 ACPI_RESOURCE_PIN_FUNCTION PinFunction;

Completed in 18 milliseconds