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 390 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId),
391 AML_OFFSET (CommonSerialBus.RevisionId),
460 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId),
461 AML_OFFSET (CommonSerialBus.RevisionId),
464 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.Type),
465 AML_OFFSET (CommonSerialBus.Type),
468 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.SlaveMode),
469 AML_OFFSET (CommonSerialBus.Flags),
472 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ProducerConsumer),
473 AML_OFFSET (CommonSerialBus.Flags)
    [all...]
rslist.c 212 if (AmlResource->CommonSerialBus.Type >
222 AmlResource->CommonSerialBus.Type];
328 if (Resource->Data.CommonSerialBus.Type >
338 Resource->Data.CommonSerialBus.Type];
rsdumpinfo.c 451 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.RevisionId), "RevisionId", NULL}, \
452 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", AcpiGbl_SbtDecode}, \
453 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ProducerConsumer), "ProducerConsumer", AcpiGbl_ConsumeDecode}, \
454 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.SlaveMode), "SlaveMode", AcpiGbl_SmDecode}, \
455 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ConnectionSharing),"ConnectionSharing", AcpiGbl_ShrDecode}, \
456 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", NULL}, \
457 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", NULL}, \
458 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", NULL}, \
459 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", NULL}, \
460 {ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus.VendorData), "VendorData", NULL}
    [all...]
rscalc.c 494 Resource->Data.CommonSerialBus.Type];
746 AmlResource->CommonSerialBus.Type];
748 AmlResource->CommonSerialBus.ResourceLength -
821 AmlResource->CommonSerialBus.Type] + ExtraStructBytes;
rsdump.c 301 ResourceList->Data.CommonSerialBus.Type]);
  /src/sys/external/bsd/acpica/dist/utilities/
utresrc.c 537 if ((AmlResource->CommonSerialBus.Type == 0) ||
538 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
544 AmlResource->CommonSerialBus.Type));
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 700 switch (Resource->CommonSerialBus.Type)
704 VendorLength = Resource->CommonSerialBus.TypeDataLength -
713 VendorLength = Resource->CommonSerialBus.TypeDataLength -
722 VendorLength = Resource->CommonSerialBus.TypeDataLength -
731 VendorLength = Resource->CommonSerialBus.TypeDataLength -
788 Resource->CommonSerialBus.TypeDataLength;
859 Resource->CommonSerialBus.TypeDataLength;
942 Resource->CommonSerialBus.TypeDataLength;
1028 Resource->CommonSerialBus.TypeDataLength;
1084 SerialBusResourceDispatch [Resource->CommonSerialBus.Type]
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmrestag.c 1011 if ((Resource->CommonSerialBus.Type == 0) ||
1012 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
1017 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type];
  /src/sys/external/bsd/acpica/dist/compiler/
aslmapenter.c 270 switch (Resource->CommonSerialBus.Type)
aslmapoutput.c 447 switch (Resource->CommonSerialBus.Type)
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 834 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus;
acrestyp.h 905 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus;
  /src/sys/dev/acpi/
acpi_i2c.c 296 res->Data.CommonSerialBus.Type != ACPI_RESOURCE_SERIAL_TYPE_I2C) {

Completed in 21 milliseconds