Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/resources/
H A Drscalc.c603 AmlResource->Gpio.PinTableOffset + in AcpiRsGetListLength()
611 AmlResource->Gpio.PinTableOffset; in AcpiRsGetListLength()
623 AmlResource->PinFunction.PinTableOffset + in AcpiRsGetListLength()
631 AmlResource->PinFunction.PinTableOffset; in AcpiRsGetListLength()
657 AmlResource->PinConfig.PinTableOffset + in AcpiRsGetListLength()
665 AmlResource->PinConfig.PinTableOffset; in AcpiRsGetListLength()
673 AmlResource->PinGroup.PinTableOffset + in AcpiRsGetListLength()
H A Drsserial.c117 AML_OFFSET (Gpio.PinTableOffset),
121 AML_OFFSET (Gpio.PinTableOffset),
233 AML_OFFSET (PinFunction.PinTableOffset),
237 AML_OFFSET (PinFunction.PinTableOffset),
672 AML_OFFSET (PinConfig.PinTableOffset),
676 AML_OFFSET (PinConfig.PinTableOffset),
736 AML_OFFSET (PinGroup.PinTableOffset),
740 AML_OFFSET (PinGroup.PinTableOffset),
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmresrcl2.c249 Resource->Gpio.PinTableOffset)) / in AcpiDmGpioCommon()
253 Resource->Gpio.PinTableOffset); in AcpiDmGpioCommon()
551 Resource->PinFunction.PinTableOffset)) / in AcpiDmPinFunctionDescriptor()
555 Resource->PinFunction.PinTableOffset); in AcpiDmPinFunctionDescriptor()
1091 Resource->PinConfig.PinTableOffset)) / in AcpiDmPinConfigDescriptor()
1095 Resource->PinConfig.PinTableOffset); in AcpiDmPinConfigDescriptor()
1177 Resource->PinGroup.PinTableOffset) / sizeof (UINT16); in AcpiDmPinGroupDescriptor()
1180 Resource->PinGroup.PinTableOffset); in AcpiDmPinGroupDescriptor()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Damlresrc.h431 UINT16 PinTableOffset; member
566 UINT16 PinTableOffset; member
589 UINT16 PinTableOffset; member
627 UINT16 PinTableOffset; member
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslrestype2s.c385 Descriptor->Gpio.PinTableOffset = (UINT16) in RsDoGpioIntDescriptor()
511 CurrentByteOffset + Descriptor->Gpio.PinTableOffset); in RsDoGpioIntDescriptor()
593 Descriptor->Gpio.PinTableOffset = (UINT16) in RsDoGpioIoDescriptor()
717 CurrentByteOffset + Descriptor->Gpio.PinTableOffset); in RsDoGpioIoDescriptor()
1481 Descriptor->PinFunction.PinTableOffset = (UINT16) in RsDoPinFunctionDescriptor()
1586 CurrentByteOffset + Descriptor->PinFunction.PinTableOffset); in RsDoPinFunctionDescriptor()
1770 Descriptor->PinConfig.PinTableOffset = (UINT16) in RsDoPinConfigDescriptor()
1889 CurrentByteOffset + Descriptor->PinConfig.PinTableOffset); in RsDoPinConfigDescriptor()
1964 Descriptor->PinGroup.PinTableOffset = (UINT16) ACPI_PTR_DIFF (PinList, Descriptor); in RsDoPinGroupDescriptor()
2037 CurrentByteOffset + Descriptor->PinGroup.PinTableOffset); in RsDoPinGroupDescriptor()