Home
last modified time | relevance | path

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

/freebsd-14.2/sys/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", …
/freebsd-14.2/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c560 if (Resource->PinFunction.PinConfig <= 3) in AcpiDmPinFunctionDescriptor()
563 AcpiGbl_PpcDecode[Resource->PinFunction.PinConfig]); in AcpiDmPinFunctionDescriptor()
567 AcpiOsPrintf ("0x%2.2X, ", Resource->PinFunction.PinConfig); in AcpiDmPinFunctionDescriptor()
574 if (Resource->PinFunction.ResSourceOffset) in AcpiDmPinFunctionDescriptor()
577 Resource, Resource->PinFunction.ResSourceOffset), in AcpiDmPinFunctionDescriptor()
597 if (Resource->PinFunction.VendorLength) in AcpiDmPinFunctionDescriptor()
602 Resource->PinFunction.VendorOffset); in AcpiDmPinFunctionDescriptor()
605 Resource->PinFunction.VendorLength, Level); in AcpiDmPinFunctionDescriptor()
616 PinCount = ((UINT32) (Resource->PinFunction.ResSourceOffset - in AcpiDmPinFunctionDescriptor()
617 Resource->PinFunction.PinTableOffset)) / in AcpiDmPinFunctionDescriptor()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslrestype2s.c1578 Descriptor->PinFunction.ResourceLength = DescriptorSize; in RsDoPinFunctionDescriptor()
1579 Descriptor->PinFunction.DescriptorType = ACPI_RESOURCE_NAME_PIN_FUNCTION; in RsDoPinFunctionDescriptor()
1580 Descriptor->PinFunction.RevisionId = AML_RESOURCE_PIN_FUNCTION_REVISION; in RsDoPinFunctionDescriptor()
1590 Descriptor->PinFunction.PinTableOffset = (UINT16) in RsDoPinFunctionDescriptor()
1593 Descriptor->PinFunction.ResSourceOffset = (UINT16) in RsDoPinFunctionDescriptor()
1606 CurrentByteOffset + ASL_RESDESC_OFFSET (PinFunction.Flags), 0); in RsDoPinFunctionDescriptor()
1613 CurrentByteOffset + ASL_RESDESC_OFFSET (PinFunction.PinConfig)); in RsDoPinFunctionDescriptor()
1658 Descriptor->PinFunction.VendorOffset = (UINT16) in RsDoPinFunctionDescriptor()
1662 (CurrentByteOffset + Descriptor->PinFunction.VendorOffset))) in RsDoPinFunctionDescriptor()
1664 Descriptor->PinFunction.VendorLength = VendorLength; in RsDoPinFunctionDescriptor()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Damlresrc.h817 AML_RESOURCE_PIN_FUNCTION PinFunction; member
H A Dacrestyp.h886 ACPI_RESOURCE_PIN_FUNCTION PinFunction; member
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt2438 PinFunction()