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 362 Resource->Data.Gpio.VendorLength);
371 Resource->Data.PinFunction.VendorLength);
390 Resource->Data.I2cSerialBus.VendorLength);
399 Resource->Data.PinConfig.VendorLength);
408 Resource->Data.PinGroup.VendorLength);
417 Resource->Data.PinGroupFunction.VendorLength);
426 Resource->Data.PinGroupConfig.VendorLength);
599 if (AmlResource->Gpio.VendorLength)
604 AmlResource->Gpio.VendorLength;
619 if (AmlResource->PinFunction.VendorLength)
    [all...]
rsserial.c 140 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.Gpio.VendorLength),
141 AML_OFFSET (Gpio.VendorLength),
256 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinFunction.VendorLength),
257 AML_OFFSET (PinFunction.VendorLength),
312 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.Csi2SerialBus.VendorLength),
382 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
466 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
566 {ACPI_RSC_COUNT_SERIAL_VEN, ACPI_RS_OFFSET (Data.CommonSerialBus.VendorLength),
695 {ACPI_RSC_COUNT_GPIO_VEN, ACPI_RS_OFFSET (Data.PinConfig.VendorLength),
696 AML_OFFSET (PinConfig.VendorLength),
    [all...]
rsdumpinfo.c 251 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Gpio.VendorLength), "VendorLength", NULL},
265 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.VendorLength), "VendorLength", NULL},
291 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinConfig.VendorLength), "VendorLength", NULL},
303 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroup.VendorLength), "VendorLength", NULL},
316 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.VendorLength), "VendorLength", NULL}
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c 340 UINT16 VendorLength;
358 VendorLength = RsGetBufferDataLength (InitializerOp);
362 ResSourceLength + VendorLength + InterruptLength;
475 Descriptor->Gpio.VendorLength = VendorLength;
549 UINT16 VendorLength;
567 VendorLength = RsGetBufferDataLength (InitializerOp);
571 ResSourceLength + VendorLength + InterruptLength;
681 Descriptor->Gpio.VendorLength = VendorLength;
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 435 UINT16 VendorLength;
570 UINT16 VendorLength;
593 UINT16 VendorLength;
630 UINT16 VendorLength;
652 UINT16 VendorLength;
675 UINT16 VendorLength;
acrestyp.h 470 UINT16 VendorLength;
507 UINT16 VendorLength; \
652 UINT16 VendorLength;
667 UINT16 VendorLength;
706 UINT16 VendorLength;
719 UINT16 VendorLength;
733 UINT16 VendorLength;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 238 Resource->Gpio.VendorLength, Level);
531 if (Resource->PinFunction.VendorLength)
539 Resource->PinFunction.VendorLength, Level);
587 UINT32 VendorLength;
596 VendorLength = Resource->CommonSerialBus.TypeDataLength -
605 VendorLength = Resource->CommonSerialBus.TypeDataLength -
614 VendorLength = Resource->CommonSerialBus.TypeDataLength -
623 VendorLength = Resource->CommonSerialBus.TypeDataLength -
637 AcpiDmDumpRawDataBuffer (VendorData, VendorLength, Level);
1071 if (Resource->PinConfig.VendorLength)
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 2001 UINT32 VendorLength;
2110 VendorLength = 0;
2130 VendorLength = Subtable->Length - HealthData->DeviceSpecificOffset;
2150 DbgPrint (ASL_DEBUG_OUTPUT, "/* %u, VendorLength %X, Offset %X */\n",
2151 __LINE__, VendorLength, Offset);
2153 if (VendorLength)
2157 VendorLength, AcpiDmTableInfoPhat1b);
2163 Offset += VendorLength;

Completed in 49 milliseconds