Home
last modified time | relevance | path

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

12

/dports/sysutils/acpica-tools/acpica-unix-20210930/source/compiler/
H A Daslrestype2s.c583 Descriptor->Gpio.VendorLength = VendorLength; in RsDoGpioIntDescriptor()
789 Descriptor->Gpio.VendorLength = VendorLength; in RsDoGpioIoDescriptor()
879 ResSourceLength + VendorLength; in RsDoI2cSerialBusDescriptor()
1038 ResSourceLength + VendorLength; in RsDoSpiSerialBusDescriptor()
1226 ResSourceLength + VendorLength; in RsDoUartSerialBusDescriptor()
1430 ResSourceLength + VendorLength; in RsDoCsi2SerialBusDescriptor()
1664 Descriptor->PinFunction.VendorLength = VendorLength; in RsDoPinFunctionDescriptor()
1864 Descriptor->PinConfig.VendorLength = VendorLength; in RsDoPinConfigDescriptor()
2018 Descriptor->PinGroup.VendorLength = VendorLength; in RsDoPinGroupDescriptor()
2197 Descriptor->PinGroupFunction.VendorLength = VendorLength; in RsDoPinGroupFunctionDescriptor()
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/resources/
H A Drscalc.c470 Resource->Data.Gpio.VendorLength); in AcpiRsGetAmlLength()
479 Resource->Data.PinFunction.VendorLength); in AcpiRsGetAmlLength()
500 Resource->Data.PinConfig.VendorLength); in AcpiRsGetAmlLength()
509 Resource->Data.PinGroup.VendorLength); in AcpiRsGetAmlLength()
700 if (AmlResource->Gpio.VendorLength) in AcpiRsGetListLength()
705 AmlResource->Gpio.VendorLength; in AcpiRsGetListLength()
720 if (AmlResource->PinFunction.VendorLength) in AcpiRsGetListLength()
749 if (AmlResource->PinConfig.VendorLength) in AcpiRsGetListLength()
754 AmlResource->PinConfig.VendorLength; in AcpiRsGetListLength()
770 AmlResource->PinGroup.VendorLength; in AcpiRsGetListLength()
[all …]
H A Drsserial.c248 {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.Csi2SerialBus.VendorLength),
759 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinConfig.VendorLength),
760 AML_OFFSET (PinConfig.VendorLength),
819 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinGroup.VendorLength),
820 AML_OFFSET (PinGroup.VendorLength),
887 AML_OFFSET (PinGroupFunction.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", …
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", …
467 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Csi2SerialBus.VendorLength), "VendorLength", …
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/compiler/
H A Daslrestype2s.c290 UINT16 VendorLength; in RsDoGpioIntDescriptor() local
308 VendorLength = RsGetBufferDataLength (InitializerOp); in RsDoGpioIntDescriptor()
425 Descriptor->Gpio.VendorLength = VendorLength; in RsDoGpioIntDescriptor()
499 UINT16 VendorLength; in RsDoGpioIoDescriptor() local
632 Descriptor->Gpio.VendorLength = VendorLength; in RsDoGpioIoDescriptor()
704 UINT16 VendorLength; in RsDoI2cSerialBusDescriptor() local
722 ResSourceLength + VendorLength; in RsDoI2cSerialBusDescriptor()
863 UINT16 VendorLength; in RsDoSpiSerialBusDescriptor() local
881 ResSourceLength + VendorLength; in RsDoSpiSerialBusDescriptor()
1051 UINT16 VendorLength; in RsDoUartSerialBusDescriptor() local
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/disassembler/
H A Ddmresrcl2.c342 Resource->Gpio.VendorLength, Level); in AcpiDmGpioCommon()
595 if (Resource->PinFunction.VendorLength) in AcpiDmPinFunctionDescriptor()
603 Resource->PinFunction.VendorLength, Level); in AcpiDmPinFunctionDescriptor()
651 UINT32 VendorLength; in AcpiDmDumpSerialBusVendorData() local
1135 if (Resource->PinConfig.VendorLength) in AcpiDmPinConfigDescriptor()
1143 Resource->PinConfig.VendorLength, Level); in AcpiDmPinConfigDescriptor()
1221 if (Resource->PinGroup.VendorLength) in AcpiDmPinGroupDescriptor()
1229 Resource->PinGroup.VendorLength, Level); in AcpiDmPinGroupDescriptor()
1317 if (Resource->PinGroupFunction.VendorLength) in AcpiDmPinGroupFunctionDescriptor()
1390 if (Resource->PinGroupConfig.VendorLength) in AcpiDmPinGroupConfigDescriptor()
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/include/
H A Dacrestyp.h569 UINT16 VendorLength; member
606 UINT16 VendorLength; \
751 UINT16 VendorLength; member
766 UINT16 VendorLength; member
795 UINT16 VendorLength; member
808 UINT16 VendorLength; member
822 UINT16 VendorLength; member
H A Damlresrc.h538 UINT16 VendorLength; member
673 UINT16 VendorLength; member
696 UINT16 VendorLength; member
716 UINT16 VendorLength; member
738 UINT16 VendorLength; member
761 UINT16 VendorLength; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmresrcl2.c230 Resource->Gpio.VendorLength, Level); in AcpiDmGpioCommon()
433 UINT32 VendorLength; in AcpiDmDumpSerialBusVendorData() local
442 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
451 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
460 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
474 AcpiDmDumpRawDataBuffer (VendorData, VendorLength, Level); in AcpiDmDumpSerialBusVendorData()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/resources/
H A Drsserial.c140 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.Gpio.VendorLength),
141 AML_OFFSET (Gpio.VendorLength),
196 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
280 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
380 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
H A Drscalc.c362 Resource->Data.Gpio.VendorLength); in AcpiRsGetAmlLength()
374 Resource->Data.I2cSerialBus.VendorLength); in AcpiRsGetAmlLength()
547 if (AmlResource->Gpio.VendorLength) in AcpiRsGetListLength()
552 AmlResource->Gpio.VendorLength; in AcpiRsGetListLength()
H A Drsdumpinfo.c251 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Gpio.VendorLength), "VendorLength", …
272 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", …
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/PciHotPlugInitDxe/
H A DPciHotPlugInit.c327 UINT8 VendorLength; in QueryReservationHint() local
348 &VendorLength, in QueryReservationHint()
349 sizeof VendorLength in QueryReservationHint()
354 if (VendorLength != sizeof *ReservationHint) { in QueryReservationHint()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/OvmfPkg/PciHotPlugInitDxe/
H A DPciHotPlugInit.c327 UINT8 VendorLength; in QueryReservationHint() local
348 &VendorLength, in QueryReservationHint()
349 sizeof VendorLength in QueryReservationHint()
354 if (VendorLength != sizeof *ReservationHint) { in QueryReservationHint()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/PciHotPlugInitDxe/
H A DPciHotPlugInit.c327 UINT8 VendorLength; in QueryReservationHint() local
348 &VendorLength, in QueryReservationHint()
349 sizeof VendorLength in QueryReservationHint()
354 if (VendorLength != sizeof *ReservationHint) { in QueryReservationHint()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/OvmfPkg/PciHotPlugInitDxe/
H A DPciHotPlugInit.c327 UINT8 VendorLength; in QueryReservationHint() local
348 &VendorLength, in QueryReservationHint()
349 sizeof VendorLength in QueryReservationHint()
354 if (VendorLength != sizeof *ReservationHint) { in QueryReservationHint()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/OvmfPkg/PciHotPlugInitDxe/
H A DPciHotPlugInit.c327 UINT8 VendorLength; in QueryReservationHint() local
348 &VendorLength, in QueryReservationHint()
349 sizeof VendorLength in QueryReservationHint()
354 if (VendorLength != sizeof *ReservationHint) { in QueryReservationHint()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/OvmfPkg/PciHotPlugInitDxe/
H A DPciHotPlugInit.c327 UINT8 VendorLength; in QueryReservationHint() local
348 &VendorLength, in QueryReservationHint()
349 sizeof VendorLength in QueryReservationHint()
354 if (VendorLength != sizeof *ReservationHint) { in QueryReservationHint()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/PciHotPlugInitDxe/
H A DPciHotPlugInit.c327 UINT8 VendorLength; in QueryReservationHint() local
348 &VendorLength, in QueryReservationHint()
349 sizeof VendorLength in QueryReservationHint()
354 if (VendorLength != sizeof *ReservationHint) { in QueryReservationHint()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/OvmfPkg/PciHotPlugInitDxe/
H A DPciHotPlugInit.c327 UINT8 VendorLength; in QueryReservationHint() local
348 &VendorLength, in QueryReservationHint()
349 sizeof VendorLength in QueryReservationHint()
354 if (VendorLength != sizeof *ReservationHint) { in QueryReservationHint()
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/PciHotPlugInitDxe/
H A DPciHotPlugInit.c327 UINT8 VendorLength;
348 &VendorLength,
349 sizeof VendorLength
354 if (VendorLength != sizeof *ReservationHint) {
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/include/
H A Dacrestyp.h454 UINT16 VendorLength; member
491 UINT16 VendorLength; \
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaauthif.pas310 VendorLength: BYTE;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dauthif.h143 BYTE VendorLength; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dauthif.h143 BYTE VendorLength; member

12