Searched refs:VendorOffset (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/resources/ |
H A D | rsserial.c | 132 AML_OFFSET (Gpio.VendorOffset)}, 145 AML_OFFSET (Gpio.VendorOffset), 248 AML_OFFSET (PinFunction.VendorOffset)}, 261 AML_OFFSET (PinFunction.VendorOffset), 687 AML_OFFSET (PinConfig.VendorOffset)}, 700 AML_OFFSET (PinConfig.VendorOffset), 747 AML_OFFSET (PinGroup.VendorOffset)}, 760 AML_OFFSET (PinGroup.VendorOffset), 814 AML_OFFSET (PinGroupFunction.VendorOffset)}, 827 AML_OFFSET (PinGroupFunction.VendorOffset), [all …]
|
H A D | rscalc.c | 602 AmlResource->Gpio.VendorOffset - in AcpiRsGetListLength() 622 AmlResource->PinFunction.VendorOffset - in AcpiRsGetListLength() 656 AmlResource->PinConfig.VendorOffset - in AcpiRsGetListLength() 672 AmlResource->PinGroup.VendorOffset - in AcpiRsGetListLength() 681 AmlResource->PinGroupFunction.VendorOffset - in AcpiRsGetListLength() 690 AmlResource->PinGroupConfig.VendorOffset - in AcpiRsGetListLength()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | amlresrc.h | 434 UINT16 VendorOffset; member 569 UINT16 VendorOffset; member 592 UINT16 VendorOffset; member 629 UINT16 VendorOffset; member 651 UINT16 VendorOffset; member 674 UINT16 VendorOffset; member
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslrestype2s.c | 469 Descriptor->Gpio.VendorOffset = (UINT16) in RsDoGpioIntDescriptor() 473 (CurrentByteOffset + Descriptor->Gpio.VendorOffset))) in RsDoGpioIntDescriptor() 675 Descriptor->Gpio.VendorOffset = (UINT16) in RsDoGpioIoDescriptor() 679 (CurrentByteOffset + Descriptor->Gpio.VendorOffset))) in RsDoGpioIoDescriptor() 1549 Descriptor->PinFunction.VendorOffset = (UINT16) in RsDoPinFunctionDescriptor() 1553 (CurrentByteOffset + Descriptor->PinFunction.VendorOffset))) in RsDoPinFunctionDescriptor() 1852 Descriptor->PinConfig.VendorOffset = (UINT16) in RsDoPinConfigDescriptor() 1856 (CurrentByteOffset + Descriptor->PinConfig.VendorOffset))) in RsDoPinConfigDescriptor() 2000 Descriptor->PinGroup.VendorOffset = (UINT16) in RsDoPinGroupDescriptor() 2004 (CurrentByteOffset + Descriptor->PinGroup.VendorOffset))) in RsDoPinGroupDescriptor() [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
H A D | dmresrcl2.c | 230 if (Resource->Gpio.VendorOffset) in AcpiDmGpioCommon() 235 Resource->Gpio.VendorOffset); in AcpiDmGpioCommon() 536 Resource->PinFunction.VendorOffset); in AcpiDmPinFunctionDescriptor() 1076 Resource->PinConfig.VendorOffset); in AcpiDmPinConfigDescriptor() 1162 Resource->PinGroup.VendorOffset); in AcpiDmPinGroupDescriptor() 1258 Resource->PinGroupFunction.VendorOffset); in AcpiDmPinGroupFunctionDescriptor() 1331 Resource->PinGroupConfig.VendorOffset); in AcpiDmPinGroupConfigDescriptor()
|