Searched refs:VendorLength (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | aslrestype2s.c | 448 UINT16 VendorLength; in RsDoGpioIntDescriptor() local 466 VendorLength = RsGetBufferDataLength (InitializerOp); in RsDoGpioIntDescriptor() 470 ResSourceLength + VendorLength + InterruptLength; in RsDoGpioIntDescriptor() 583 Descriptor->Gpio.VendorLength = VendorLength; in RsDoGpioIntDescriptor() 657 UINT16 VendorLength; in RsDoGpioIoDescriptor() local 675 VendorLength = RsGetBufferDataLength (InitializerOp); in RsDoGpioIoDescriptor() 680 ResSourceLength + VendorLength + InterruptLength; in RsDoGpioIoDescriptor() 790 Descriptor->Gpio.VendorLength = VendorLength; in RsDoGpioIoDescriptor() 862 UINT16 VendorLength; in RsDoI2cSerialBusDescriptor() local 877 VendorLength = RsGetBufferDataLength (InitializerOp); in RsDoI2cSerialBusDescriptor() [all …]
|
/illumos-gate/usr/src/common/acpica/resources/ |
H A D | rscalc.c | 470 Resource->Data.Gpio.VendorLength); in AcpiRsGetAmlLength() 479 Resource->Data.PinFunction.VendorLength); in AcpiRsGetAmlLength() 491 Resource->Data.I2cSerialBus.VendorLength); in AcpiRsGetAmlLength() 500 Resource->Data.PinConfig.VendorLength); in AcpiRsGetAmlLength() 509 Resource->Data.PinGroup.VendorLength); in AcpiRsGetAmlLength() 518 Resource->Data.PinGroupFunction.VendorLength); in AcpiRsGetAmlLength() 527 Resource->Data.PinGroupConfig.VendorLength); in AcpiRsGetAmlLength() 700 if (AmlResource->Gpio.VendorLength) in AcpiRsGetListLength() 705 AmlResource->Gpio.VendorLength; in AcpiRsGetListLength() 720 if (AmlResource->PinFunction.VendorLength) in AcpiRsGetListLength() [all …]
|
H A D | rsserial.c | 248 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.Gpio.VendorLength), 249 AML_OFFSET (Gpio.VendorLength), 320 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinFunction.VendorLength), 321 AML_OFFSET (PinFunction.VendorLength), 376 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength), 460 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength), 560 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength), 689 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinConfig.VendorLength), 690 AML_OFFSET (PinConfig.VendorLength), 749 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinGroup.VendorLength), [all …]
|
H A D | rsdumpinfo.c | 359 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Gpio.VendorLength), "VendorLength", … 373 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.VendorLength), "VendorLength", … 388 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinConfig.VendorLength), "VendorLength", … 400 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroup.VendorLength), "VendorLength", … 413 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.VendorLength), "VendorLength", … 427 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupConfig.VendorLength), "VendorLength", … 448 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", …
|
/illumos-gate/usr/src/common/acpica/disassembler/ |
H A D | dmresrcl2.c | 334 Resource->Gpio.VendorLength, Level); in AcpiDmGpioCommon() 589 if (Resource->PinFunction.VendorLength) in AcpiDmPinFunctionDescriptor() 597 Resource->PinFunction.VendorLength, Level); in AcpiDmPinFunctionDescriptor() 645 UINT32 VendorLength; in AcpiDmDumpSerialBusVendorData() local 654 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 663 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 672 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 686 AcpiDmDumpRawDataBuffer (VendorData, VendorLength, Level); in AcpiDmDumpSerialBusVendorData() 1057 if (Resource->PinConfig.VendorLength) in AcpiDmPinConfigDescriptor() 1065 Resource->PinConfig.VendorLength, Level); in AcpiDmPinConfigDescriptor() [all …]
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acrestyp.h | 569 UINT16 VendorLength; member 606 UINT16 VendorLength; \ 742 UINT16 VendorLength; member 757 UINT16 VendorLength; member 786 UINT16 VendorLength; member 799 UINT16 VendorLength; member 813 UINT16 VendorLength; member
|
H A D | amlresrc.h | 536 UINT16 VendorLength; member 653 UINT16 VendorLength; member 676 UINT16 VendorLength; member 696 UINT16 VendorLength; member 718 UINT16 VendorLength; member 741 UINT16 VendorLength; member
|