Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drsserial.c274 AML_OFFSET (PinFunction.RevisionId),
278 AML_OFFSET (PinFunction.Flags),
282 AML_OFFSET (PinFunction.PinConfig),
286 AML_OFFSET (PinFunction.FunctionNumber),
297 AML_OFFSET (PinFunction.PinTableOffset),
301 AML_OFFSET (PinFunction.PinTableOffset),
307 AML_OFFSET (PinFunction.ResSourceIndex),
311 AML_OFFSET (PinFunction.ResSourceOffset),
312 AML_OFFSET (PinFunction.VendorOffset)},
321 AML_OFFSET (PinFunction.VendorLength),
[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.Shareable), "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", …
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c552 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()
566 if (Resource->PinFunction.ResSourceOffset) in AcpiDmPinFunctionDescriptor()
569 Resource, Resource->PinFunction.ResSourceOffset), in AcpiDmPinFunctionDescriptor()
589 if (Resource->PinFunction.VendorLength) in AcpiDmPinFunctionDescriptor()
594 Resource->PinFunction.VendorOffset); in AcpiDmPinFunctionDescriptor()
597 Resource->PinFunction.VendorLength, Level); in AcpiDmPinFunctionDescriptor()
608 PinCount = ((UINT32) (Resource->PinFunction.ResSourceOffset - in AcpiDmPinFunctionDescriptor()
609 Resource->PinFunction.PinTableOffset)) / in AcpiDmPinFunctionDescriptor()
[all …]
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslrestype2s.c1442 Descriptor->PinFunction.ResourceLength = DescriptorSize; in RsDoPinFunctionDescriptor()
1443 Descriptor->PinFunction.DescriptorType = ACPI_RESOURCE_NAME_PIN_FUNCTION; in RsDoPinFunctionDescriptor()
1444 Descriptor->PinFunction.RevisionId = AML_RESOURCE_PIN_FUNCTION_REVISION; in RsDoPinFunctionDescriptor()
1454 Descriptor->PinFunction.PinTableOffset = (UINT16) in RsDoPinFunctionDescriptor()
1457 Descriptor->PinFunction.ResSourceOffset = (UINT16) in RsDoPinFunctionDescriptor()
1470 CurrentByteOffset + ASL_RESDESC_OFFSET (PinFunction.Flags), 0); in RsDoPinFunctionDescriptor()
1477 CurrentByteOffset + ASL_RESDESC_OFFSET (PinFunction.PinConfig)); in RsDoPinFunctionDescriptor()
1522 Descriptor->PinFunction.VendorOffset = (UINT16) in RsDoPinFunctionDescriptor()
1526 (CurrentByteOffset + Descriptor->PinFunction.VendorOffset))) in RsDoPinFunctionDescriptor()
1528 Descriptor->PinFunction.VendorLength = VendorLength; in RsDoPinFunctionDescriptor()
[all …]
/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlresrc.h796 AML_RESOURCE_PIN_FUNCTION PinFunction; member
H A Dacrestyp.h876 ACPI_RESOURCE_PIN_FUNCTION PinFunction; member
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt2082 PinFunction()