HomeSort by: relevance | last modified time | path
    Searched refs:VendorLength (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rscalc.c 470 Resource->Data.Gpio.VendorLength);
479 Resource->Data.PinFunction.VendorLength);
498 Resource->Data.I2cSerialBus.VendorLength);
507 Resource->Data.PinConfig.VendorLength);
516 Resource->Data.PinGroup.VendorLength);
525 Resource->Data.PinGroupFunction.VendorLength);
534 Resource->Data.PinGroupConfig.VendorLength);
707 if (AmlResource->Gpio.VendorLength)
712 AmlResource->Gpio.VendorLength;
727 if (AmlResource->PinFunction.VendorLength)
    [all...]
rsserial.c 248 {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),
574 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
674 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
803 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinConfig.VendorLength),
804 AML_OFFSET (PinConfig.VendorLength),
    [all...]
rsdumpinfo.c 359 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Gpio.VendorLength), "VendorLength", NULL},
373 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.VendorLength), "VendorLength", NULL},
399 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinConfig.VendorLength), "VendorLength", NULL},
411 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroup.VendorLength), "VendorLength", NULL},
424 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.VendorLength), "VendorLength", NULL}
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c 448 UINT16 VendorLength;
466 VendorLength = RsGetBufferDataLength (InitializerOp);
470 ResSourceLength + VendorLength + InterruptLength;
583 Descriptor->Gpio.VendorLength = VendorLength;
657 UINT16 VendorLength;
675 VendorLength = RsGetBufferDataLength (InitializerOp);
679 ResSourceLength + VendorLength + InterruptLength;
789 Descriptor->Gpio.VendorLength = VendorLength;
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 543 UINT16 VendorLength;
678 UINT16 VendorLength;
701 UINT16 VendorLength;
738 UINT16 VendorLength;
760 UINT16 VendorLength;
783 UINT16 VendorLength;
acrestyp.h 578 UINT16 VendorLength;
615 UINT16 VendorLength; \
760 UINT16 VendorLength;
775 UINT16 VendorLength;
814 UINT16 VendorLength;
827 UINT16 VendorLength;
841 UINT16 VendorLength;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 346 Resource->Gpio.VendorLength, Level);
639 if (Resource->PinFunction.VendorLength)
647 Resource->PinFunction.VendorLength, Level);
695 UINT32 VendorLength;
704 VendorLength = Resource->CommonSerialBus.TypeDataLength -
713 VendorLength = Resource->CommonSerialBus.TypeDataLength -
722 VendorLength = Resource->CommonSerialBus.TypeDataLength -
731 VendorLength = Resource->CommonSerialBus.TypeDataLength -
745 AcpiDmDumpRawDataBuffer (VendorData, VendorLength, Level);
1179 if (Resource->PinConfig.VendorLength)
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 1952 UINT32 VendorLength;
2061 VendorLength = 0;
2081 VendorLength = Subtable->Length - HealthData->DeviceSpecificOffset;
2101 DbgPrint (ASL_DEBUG_OUTPUT, "/* %u, VendorLength %X, Offset %X */\n",
2102 __LINE__, VendorLength, Offset);
2104 if (VendorLength)
2108 VendorLength, AcpiDmTableInfoPhat1b);
2114 Offset += VendorLength;

Completed in 21 milliseconds