Home
last modified time | relevance | path

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

/acpica-3.6.0/source/components/resources/
Drscalc.c711 AmlResource->Gpio.PinTableOffset + in AcpiRsGetListLength()
719 AmlResource->Gpio.PinTableOffset; in AcpiRsGetListLength()
731 AmlResource->PinFunction.PinTableOffset + in AcpiRsGetListLength()
739 AmlResource->PinFunction.PinTableOffset; in AcpiRsGetListLength()
765 AmlResource->PinConfig.PinTableOffset + in AcpiRsGetListLength()
773 AmlResource->PinConfig.PinTableOffset; in AcpiRsGetListLength()
781 AmlResource->PinGroup.PinTableOffset + in AcpiRsGetListLength()
Drsserial.c225 AML_OFFSET (Gpio.PinTableOffset),
229 AML_OFFSET (Gpio.PinTableOffset),
341 AML_OFFSET (PinFunction.PinTableOffset),
345 AML_OFFSET (PinFunction.PinTableOffset),
780 AML_OFFSET (PinConfig.PinTableOffset),
784 AML_OFFSET (PinConfig.PinTableOffset),
844 AML_OFFSET (PinGroup.PinTableOffset),
848 AML_OFFSET (PinGroup.PinTableOffset),
/acpica-3.6.0/source/components/disassembler/
Ddmresrcl2.c353 Resource->Gpio.PinTableOffset)) / in AcpiDmGpioCommon()
357 Resource->Gpio.PinTableOffset); in AcpiDmGpioCommon()
655 Resource->PinFunction.PinTableOffset)) / in AcpiDmPinFunctionDescriptor()
659 Resource->PinFunction.PinTableOffset); in AcpiDmPinFunctionDescriptor()
1195 Resource->PinConfig.PinTableOffset)) / in AcpiDmPinConfigDescriptor()
1199 Resource->PinConfig.PinTableOffset); in AcpiDmPinConfigDescriptor()
1281 Resource->PinGroup.PinTableOffset) / sizeof (UINT16); in AcpiDmPinGroupDescriptor()
1284 Resource->PinGroup.PinTableOffset); in AcpiDmPinGroupDescriptor()
/acpica-3.6.0/source/include/
Damlresrc.h539 UINT16 PinTableOffset; member
674 UINT16 PinTableOffset; member
697 UINT16 PinTableOffset; member
735 UINT16 PinTableOffset; member
/acpica-3.6.0/source/compiler/
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()
1589 Descriptor->PinFunction.PinTableOffset = (UINT16) in RsDoPinFunctionDescriptor()
1694 CurrentByteOffset + Descriptor->PinFunction.PinTableOffset); in RsDoPinFunctionDescriptor()
1878 Descriptor->PinConfig.PinTableOffset = (UINT16) in RsDoPinConfigDescriptor()
1997 CurrentByteOffset + Descriptor->PinConfig.PinTableOffset); in RsDoPinConfigDescriptor()
2072 Descriptor->PinGroup.PinTableOffset = (UINT16) ACPI_PTR_DIFF (PinList, Descriptor); in RsDoPinGroupDescriptor()
2145 CurrentByteOffset + Descriptor->PinGroup.PinTableOffset); in RsDoPinGroupDescriptor()