Home
last modified time | relevance | path

Searched refs:PinFunction (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/acpica/resources/
H A Drsserial.c273 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.RevisionId),
274 AML_OFFSET (PinFunction.RevisionId),
277 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.PinFunction.Sharable),
278 AML_OFFSET (PinFunction.Flags),
281 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.PinFunction.PinConfig),
282 AML_OFFSET (PinFunction.PinConfig),
285 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.PinFunction.FunctionNumber),
286 AML_OFFSET (PinFunction.FunctionNumber),
296 {ACPI_RSC_COUNT_GPIO_PIN, ACPI_RS_OFFSET (Data.PinFunction.PinTableLength),
297 AML_OFFSET (PinFunction.PinTableOffset),
[all …]
H A Drscalc.c477 (Resource->Data.PinFunction.PinTableLength * 2) + in AcpiRsGetAmlLength()
478 Resource->Data.PinFunction.ResourceSource.StringLength + in AcpiRsGetAmlLength()
479 Resource->Data.PinFunction.VendorLength); in AcpiRsGetAmlLength()
720 if (AmlResource->PinFunction.VendorLength) in AcpiRsGetListLength()
723 AmlResource->PinFunction.VendorOffset - in AcpiRsGetListLength()
724 AmlResource->PinFunction.PinTableOffset + in AcpiRsGetListLength()
725 AmlResource->PinFunction.VendorLength; in AcpiRsGetListLength()
732 AmlResource->PinFunction.PinTableOffset; in AcpiRsGetListLength()
H A Drsdumpinfo.c366 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (PinFunction.RevisionId), "RevisionId", …
367 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (PinFunction.PinConfig), "PinConfig", …
368 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (PinFunction.Sharable), "Sharing", …
369 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.FunctionNumber), "FunctionNumber", …
370 …{ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (PinFunction.ResourceSource), "ResourceSource", …
371 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.PinTableLength), "PinTableLength", …
372 …{ACPI_RSD_WORDLIST, ACPI_RSD_OFFSET (PinFunction.PinTable), "PinTable", …
373 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.VendorLength), "VendorLength", …
374 …{ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (PinFunction.VendorData), "VendorData", …
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmresrcl2.c550 AcpiGbl_ShrDecode [ACPI_GET_1BIT_FLAG (Resource->PinFunction.Flags)]); in AcpiDmPinFunctionDescriptor()
552 if (Resource->PinFunction.PinConfig <= 3) in AcpiDmPinFunctionDescriptor()
555 AcpiGbl_PpcDecode[Resource->PinFunction.PinConfig]); in AcpiDmPinFunctionDescriptor()
559 AcpiOsPrintf ("0x%2.2X, ", Resource->PinFunction.PinConfig); in AcpiDmPinFunctionDescriptor()
564 AcpiOsPrintf ("0x%4.4X, ", Resource->PinFunction.FunctionNumber); in AcpiDmPinFunctionDescriptor()
566 if (Resource->PinFunction.ResSourceOffset) in AcpiDmPinFunctionDescriptor()
569 Resource, Resource->PinFunction.ResSourceOffset), in AcpiDmPinFunctionDescriptor()
574 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinFunction.ResSourceIndex); in AcpiDmPinFunctionDescriptor()
589 if (Resource->PinFunction.VendorLength) in AcpiDmPinFunctionDescriptor()
594 Resource->PinFunction.VendorOffset); in AcpiDmPinFunctionDescriptor()
[all …]
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslrestype2s.c1443 Descriptor->PinFunction.ResourceLength = DescriptorSize; in RsDoPinFunctionDescriptor()
1444 Descriptor->PinFunction.DescriptorType = ACPI_RESOURCE_NAME_PIN_FUNCTION; in RsDoPinFunctionDescriptor()
1445 Descriptor->PinFunction.RevisionId = AML_RESOURCE_PIN_FUNCTION_REVISION; in RsDoPinFunctionDescriptor()
1455 Descriptor->PinFunction.PinTableOffset = (UINT16) in RsDoPinFunctionDescriptor()
1458 Descriptor->PinFunction.ResSourceOffset = (UINT16) in RsDoPinFunctionDescriptor()
1469 RsSetFlagBits16 (&Descriptor->PinFunction.Flags, InitializerOp, 0, 0); in RsDoPinFunctionDescriptor()
1471 CurrentByteOffset + ASL_RESDESC_OFFSET (PinFunction.Flags), 0); in RsDoPinFunctionDescriptor()
1476 Descriptor->PinFunction.PinConfig = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinFunctionDescriptor()
1478 CurrentByteOffset + ASL_RESDESC_OFFSET (PinFunction.PinConfig)); in RsDoPinFunctionDescriptor()
1483 Descriptor->PinFunction.FunctionNumber = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoPinFunctionDescriptor()
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlresrc.h796 AML_RESOURCE_PIN_FUNCTION PinFunction; member
H A Dacrestyp.h876 ACPI_RESOURCE_PIN_FUNCTION PinFunction; member