Home
last modified time | relevance | path

Searched refs:VendorLength (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslrestype2s.c448 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()
679 ResSourceLength + VendorLength + InterruptLength; in RsDoGpioIoDescriptor()
789 Descriptor->Gpio.VendorLength = VendorLength; in RsDoGpioIoDescriptor()
861 UINT16 VendorLength; in RsDoI2cSerialBusDescriptor() local
876 VendorLength = RsGetBufferDataLength (InitializerOp); in RsDoI2cSerialBusDescriptor()
[all …]
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drscalc.c470 Resource->Data.Gpio.VendorLength); in AcpiRsGetAmlLength()
479 Resource->Data.PinFunction.VendorLength); in AcpiRsGetAmlLength()
498 Resource->Data.I2cSerialBus.VendorLength); in AcpiRsGetAmlLength()
507 Resource->Data.PinConfig.VendorLength); in AcpiRsGetAmlLength()
516 Resource->Data.PinGroup.VendorLength); in AcpiRsGetAmlLength()
525 Resource->Data.PinGroupFunction.VendorLength); in AcpiRsGetAmlLength()
534 Resource->Data.PinGroupConfig.VendorLength); in AcpiRsGetAmlLength()
707 if (AmlResource->Gpio.VendorLength) in AcpiRsGetListLength()
712 AmlResource->Gpio.VendorLength; in AcpiRsGetListLength()
727 if (AmlResource->PinFunction.VendorLength) in AcpiRsGetListLength()
[all …]
H A Drsserial.c248 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.Gpio.VendorLength),
249 AML_OFFSET (Gpio.VendorLength),
364 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinFunction.VendorLength),
365 AML_OFFSET (PinFunction.VendorLength),
420 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.Csi2SerialBus.VendorLength),
490 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
579 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
679 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
808 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinConfig.VendorLength),
809 AML_OFFSET (PinConfig.VendorLength),
[all …]
H A Drsdumpinfo.c359 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Gpio.VendorLength), "VendorLength", …
373 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.VendorLength), "VendorLength", …
399 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinConfig.VendorLength), "VendorLength", …
411 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroup.VendorLength), "VendorLength", …
424 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.VendorLength), "VendorLength", …
438 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupConfig.VendorLength), "VendorLength", …
459 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", …
478 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Csi2SerialBus.VendorLength), "VendorLength", …
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c342 Resource->Gpio.VendorLength, Level); in AcpiDmGpioCommon()
637 if (Resource->PinFunction.VendorLength) in AcpiDmPinFunctionDescriptor()
645 Resource->PinFunction.VendorLength, Level); in AcpiDmPinFunctionDescriptor()
693 UINT32 VendorLength; in AcpiDmDumpSerialBusVendorData() local
702 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
711 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
720 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
729 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
743 AcpiDmDumpRawDataBuffer (VendorData, VendorLength, Level); in AcpiDmDumpSerialBusVendorData()
1185 if (Resource->PinConfig.VendorLength) in AcpiDmPinConfigDescriptor()
[all …]
/freebsd/sys/contrib/dev/acpica/include/
H A Damlresrc.h543 UINT16 VendorLength; member
678 UINT16 VendorLength; member
701 UINT16 VendorLength; member
738 UINT16 VendorLength; member
760 UINT16 VendorLength; member
783 UINT16 VendorLength; member
H A Dacrestyp.h578 UINT16 VendorLength; member
615 UINT16 VendorLength; \
761 UINT16 VendorLength; member
776 UINT16 VendorLength; member
815 UINT16 VendorLength; member
828 UINT16 VendorLength; member
842 UINT16 VendorLength; member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c2109 UINT32 VendorLength; in AcpiDmDumpPhat() local
2218 VendorLength = 0; in AcpiDmDumpPhat()
2238 VendorLength = Subtable->Length - HealthData->DeviceSpecificOffset; in AcpiDmDumpPhat()
2259 __LINE__, VendorLength, Offset); in AcpiDmDumpPhat()
2261 if (VendorLength) in AcpiDmDumpPhat()
2265 VendorLength, AcpiDmTableInfoPhat1b); in AcpiDmDumpPhat()
2271 Offset += VendorLength; in AcpiDmDumpPhat()