Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/resources/
H A Drsserial.c240 AML_OFFSET (Gpio.VendorOffset)},
253 AML_OFFSET (Gpio.VendorOffset),
312 AML_OFFSET (PinFunction.VendorOffset)},
325 AML_OFFSET (PinFunction.VendorOffset),
681 AML_OFFSET (PinConfig.VendorOffset)},
694 AML_OFFSET (PinConfig.VendorOffset),
741 AML_OFFSET (PinGroup.VendorOffset)},
754 AML_OFFSET (PinGroup.VendorOffset),
808 AML_OFFSET (PinGroupFunction.VendorOffset)},
821 AML_OFFSET (PinGroupFunction.VendorOffset),
[all …]
H A Drscalc.c703 AmlResource->Gpio.VendorOffset - in AcpiRsGetListLength()
723 AmlResource->PinFunction.VendorOffset - in AcpiRsGetListLength()
752 AmlResource->PinConfig.VendorOffset - in AcpiRsGetListLength()
768 AmlResource->PinGroup.VendorOffset - in AcpiRsGetListLength()
777 AmlResource->PinGroupFunction.VendorOffset - in AcpiRsGetListLength()
786 AmlResource->PinGroupConfig.VendorOffset - in AcpiRsGetListLength()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlresrc.h535 UINT16 VendorOffset; member
652 UINT16 VendorOffset; member
675 UINT16 VendorOffset; member
695 UINT16 VendorOffset; member
717 UINT16 VendorOffset; member
740 UINT16 VendorOffset; member
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslrestype2s.c577 Descriptor->Gpio.VendorOffset = (UINT16) in RsDoGpioIntDescriptor()
581 (CurrentByteOffset + Descriptor->Gpio.VendorOffset))) in RsDoGpioIntDescriptor()
784 Descriptor->Gpio.VendorOffset = (UINT16) in RsDoGpioIoDescriptor()
788 (CurrentByteOffset + Descriptor->Gpio.VendorOffset))) in RsDoGpioIoDescriptor()
1523 Descriptor->PinFunction.VendorOffset = (UINT16) in RsDoPinFunctionDescriptor()
1527 (CurrentByteOffset + Descriptor->PinFunction.VendorOffset))) in RsDoPinFunctionDescriptor()
1723 Descriptor->PinConfig.VendorOffset = (UINT16) in RsDoPinConfigDescriptor()
1727 (CurrentByteOffset + Descriptor->PinConfig.VendorOffset))) in RsDoPinConfigDescriptor()
1877 Descriptor->PinGroup.VendorOffset = (UINT16) in RsDoPinGroupDescriptor()
1881 (CurrentByteOffset + Descriptor->PinGroup.VendorOffset))) in RsDoPinGroupDescriptor()
[all …]
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmresrcl2.c326 if (Resource->Gpio.VendorOffset) in AcpiDmGpioCommon()
331 Resource->Gpio.VendorOffset); in AcpiDmGpioCommon()
594 Resource->PinFunction.VendorOffset); in AcpiDmPinFunctionDescriptor()
1062 Resource->PinConfig.VendorOffset); in AcpiDmPinConfigDescriptor()
1148 Resource->PinGroup.VendorOffset); in AcpiDmPinGroupDescriptor()
1244 Resource->PinGroupFunction.VendorOffset); in AcpiDmPinGroupFunctionDescriptor()
1317 Resource->PinGroupConfig.VendorOffset); in AcpiDmPinGroupConfigDescriptor()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/
H A Dcommon_nvm.h91 u16 VendorOffset; /* Offset to vendor_data_t structure */ member