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

  /src/sys/external/bsd/acpica/dist/resources/
rsserial.c 282 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId),
283 AML_OFFSET (CommonSerialBus.RevisionId),
352 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId),
353 AML_OFFSET (CommonSerialBus.RevisionId),
356 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.Type),
357 AML_OFFSET (CommonSerialBus.Type),
360 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.SlaveMode),
361 AML_OFFSET (CommonSerialBus.Flags),
364 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ProducerConsumer),
365 AML_OFFSET (CommonSerialBus.Flags)
    [all...]
rslist.c 104 if (AmlResource->CommonSerialBus.Type >
114 AmlResource->CommonSerialBus.Type];
220 if (Resource->Data.CommonSerialBus.Type >
230 Resource->Data.CommonSerialBus.Type];
rsdumpinfo.c 343 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.RevisionId), "RevisionId", NULL}, \
344 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", AcpiGbl_SbtDecode}, \
345 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ProducerConsumer), "ProducerConsumer", AcpiGbl_ConsumeDecode}, \
346 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.SlaveMode), "SlaveMode", AcpiGbl_SmDecode}, \
347 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ConnectionSharing),"ConnectionSharing", AcpiGbl_ShrDecode}, \
348 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", NULL}, \
349 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", NULL}, \
350 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", NULL}, \
351 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", NULL}, \
352 {ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus.VendorData), "VendorData", NULL}
    [all...]
rscalc.c 386 Resource->Data.CommonSerialBus.Type];
638 AmlResource->CommonSerialBus.Type];
640 AmlResource->CommonSerialBus.ResourceLength -
713 AmlResource->CommonSerialBus.Type] + ExtraStructBytes;
rsdump.c 193 ResourceList->Data.CommonSerialBus.Type]);
  /src/sys/external/bsd/acpica/dist/utilities/
utresrc.c 429 if ((AmlResource->CommonSerialBus.Type == 0) ||
430 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
436 AmlResource->CommonSerialBus.Type));
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 592 switch (Resource->CommonSerialBus.Type)
596 VendorLength = Resource->CommonSerialBus.TypeDataLength -
605 VendorLength = Resource->CommonSerialBus.TypeDataLength -
614 VendorLength = Resource->CommonSerialBus.TypeDataLength -
623 VendorLength = Resource->CommonSerialBus.TypeDataLength -
680 Resource->CommonSerialBus.TypeDataLength;
751 Resource->CommonSerialBus.TypeDataLength;
834 Resource->CommonSerialBus.TypeDataLength;
920 Resource->CommonSerialBus.TypeDataLength;
976 SerialBusResourceDispatch [Resource->CommonSerialBus.Type]
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmrestag.c 903 if ((Resource->CommonSerialBus.Type == 0) ||
904 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
909 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type];
  /src/sys/external/bsd/acpica/dist/compiler/
aslmapenter.c 162 switch (Resource->CommonSerialBus.Type)
aslmapoutput.c 339 switch (Resource->CommonSerialBus.Type)
  /src/sys/dev/acpi/
acpi_i2c.c 296 res->Data.CommonSerialBus.Type != ACPI_RESOURCE_SERIAL_TYPE_I2C) {
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 726 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus;
acrestyp.h 797 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus;

Completed in 24 milliseconds