Home
last modified time | relevance | path

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

/freebsd-14.2/sys/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),
736 AML_OFFSET (PinConfig.PinTableOffset),
740 AML_OFFSET (PinConfig.PinTableOffset),
800 AML_OFFSET (PinGroup.PinTableOffset),
804 AML_OFFSET (PinGroup.PinTableOffset),
/freebsd-14.2/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c353 Resource->Gpio.PinTableOffset)) / in AcpiDmGpioCommon()
357 Resource->Gpio.PinTableOffset); in AcpiDmGpioCommon()
617 Resource->PinFunction.PinTableOffset)) / in AcpiDmPinFunctionDescriptor()
621 Resource->PinFunction.PinTableOffset); in AcpiDmPinFunctionDescriptor()
1165 Resource->PinConfig.PinTableOffset)) / in AcpiDmPinConfigDescriptor()
1169 Resource->PinConfig.PinTableOffset); in AcpiDmPinConfigDescriptor()
1251 Resource->PinGroup.PinTableOffset) / sizeof (UINT16); in AcpiDmPinGroupDescriptor()
1254 Resource->PinGroup.PinTableOffset); in AcpiDmPinGroupDescriptor()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Damlresrc.h534 UINT16 PinTableOffset; member
669 UINT16 PinTableOffset; member
692 UINT16 PinTableOffset; member
713 UINT16 PinTableOffset; member
/freebsd-14.2/sys/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()
1590 Descriptor->PinFunction.PinTableOffset = (UINT16) in RsDoPinFunctionDescriptor()
1700 CurrentByteOffset + Descriptor->PinFunction.PinTableOffset); in RsDoPinFunctionDescriptor()
1776 Descriptor->PinConfig.PinTableOffset = (UINT16) in RsDoPinConfigDescriptor()
1900 CurrentByteOffset + Descriptor->PinConfig.PinTableOffset); in RsDoPinConfigDescriptor()
1976 Descriptor->PinGroup.PinTableOffset = (UINT16) ACPI_PTR_DIFF (PinList, Descriptor); in RsDoPinGroupDescriptor()
2054 CurrentByteOffset + Descriptor->PinGroup.PinTableOffset); in RsDoPinGroupDescriptor()
/freebsd-14.2/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi50.h50 UINT16 PinTableOffset;