Home
last modified time | relevance | path

Searched refs:PinTableOffset (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drscalc.c704 AmlResource->Gpio.PinTableOffset + in AcpiRsGetListLength()
712 AmlResource->Gpio.PinTableOffset; in AcpiRsGetListLength()
724 AmlResource->PinFunction.PinTableOffset + in AcpiRsGetListLength()
732 AmlResource->PinFunction.PinTableOffset; in AcpiRsGetListLength()
753 AmlResource->PinConfig.PinTableOffset + in AcpiRsGetListLength()
761 AmlResource->PinConfig.PinTableOffset; in AcpiRsGetListLength()
769 AmlResource->PinGroup.PinTableOffset + in AcpiRsGetListLength()
H A Drsserial.c225 AML_OFFSET (Gpio.PinTableOffset),
229 AML_OFFSET (Gpio.PinTableOffset),
297 AML_OFFSET (PinFunction.PinTableOffset),
301 AML_OFFSET (PinFunction.PinTableOffset),
666 AML_OFFSET (PinConfig.PinTableOffset),
670 AML_OFFSET (PinConfig.PinTableOffset),
730 AML_OFFSET (PinGroup.PinTableOffset),
734 AML_OFFSET (PinGroup.PinTableOffset),
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c345 Resource->Gpio.PinTableOffset)) / in AcpiDmGpioCommon()
349 Resource->Gpio.PinTableOffset); in AcpiDmGpioCommon()
609 Resource->PinFunction.PinTableOffset)) / in AcpiDmPinFunctionDescriptor()
613 Resource->PinFunction.PinTableOffset); in AcpiDmPinFunctionDescriptor()
1077 Resource->PinConfig.PinTableOffset)) / in AcpiDmPinConfigDescriptor()
1081 Resource->PinConfig.PinTableOffset); in AcpiDmPinConfigDescriptor()
1163 Resource->PinGroup.PinTableOffset) / sizeof (UINT16); in AcpiDmPinGroupDescriptor()
1166 Resource->PinGroup.PinTableOffset); in AcpiDmPinGroupDescriptor()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlresrc.h532 UINT16 PinTableOffset; member
649 UINT16 PinTableOffset; member
672 UINT16 PinTableOffset; member
693 UINT16 PinTableOffset; member
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslrestype2s.c493 Descriptor->Gpio.PinTableOffset = (UINT16) in RsDoGpioIntDescriptor()
619 CurrentByteOffset + Descriptor->Gpio.PinTableOffset); in RsDoGpioIntDescriptor()
701 Descriptor->Gpio.PinTableOffset = (UINT16) in RsDoGpioIoDescriptor()
825 CurrentByteOffset + Descriptor->Gpio.PinTableOffset); in RsDoGpioIoDescriptor()
1454 Descriptor->PinFunction.PinTableOffset = (UINT16) in RsDoPinFunctionDescriptor()
1564 CurrentByteOffset + Descriptor->PinFunction.PinTableOffset); in RsDoPinFunctionDescriptor()
1640 Descriptor->PinConfig.PinTableOffset = (UINT16) in RsDoPinConfigDescriptor()
1764 CurrentByteOffset + Descriptor->PinConfig.PinTableOffset); in RsDoPinConfigDescriptor()
1840 Descriptor->PinGroup.PinTableOffset = (UINT16) ACPI_PTR_DIFF (PinList, Descriptor); in RsDoPinGroupDescriptor()
1918 CurrentByteOffset + Descriptor->PinGroup.PinTableOffset); in RsDoPinGroupDescriptor()
/f-stack/freebsd/contrib/edk2/Include/IndustryStandard/
H A DAcpi50.h50 UINT16 PinTableOffset;