Searched refs:CommonSerialBus (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsserial.c166 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId),
167 AML_OFFSET (CommonSerialBus.RevisionId),
170 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.Type),
171 AML_OFFSET (CommonSerialBus.Type),
174 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.SlaveMode),
175 AML_OFFSET (CommonSerialBus.Flags),
178 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ProducerConsumer),
179 AML_OFFSET (CommonSerialBus.Flags),
182 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ConnectionSharing),
183 AML_OFFSET (CommonSerialBus
[all...]
H A Drslist.c104 if (AmlResource->CommonSerialBus.Type >
114 AmlResource->CommonSerialBus.Type];
214 if (Resource->Data.CommonSerialBus.Type >
224 Resource->Data.CommonSerialBus.Type];
H A Drsdumpinfo.c264 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.RevisionId), "RevisionId", NULL}, \
265 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", AcpiGbl_SbtDecode}, \
266 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ProducerConsumer), "ProducerConsumer", AcpiGbl_ConsumeDecode}, \
267 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.SlaveMode), "SlaveMode", AcpiGbl_SmDecode}, \
268 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ConnectionSharing),"ConnectionSharing", AcpiGbl_ShrDecode}, \
269 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", NULL}, \
270 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", NULL}, \
271 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", NULL}, \
272 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", NULL}, \
273 {ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus
[all...]
H A Drscalc.c370 Resource->Data.CommonSerialBus.Type];
566 AmlResource->CommonSerialBus.Type];
568 AmlResource->CommonSerialBus.ResourceLength -
587 AmlResource->CommonSerialBus.Type] + ExtraStructBytes;
H A Drsdump.c183 ResourceList->Data.CommonSerialBus.Type]);
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrcl2.c436 switch (Resource->CommonSerialBus.Type)
440 VendorLength = Resource->CommonSerialBus.TypeDataLength -
449 VendorLength = Resource->CommonSerialBus.TypeDataLength -
458 VendorLength = Resource->CommonSerialBus.TypeDataLength -
517 Resource->CommonSerialBus.TypeDataLength;
602 Resource->CommonSerialBus.TypeDataLength;
690 Resource->CommonSerialBus.TypeDataLength;
748 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] (
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutresrc.c691 if ((AmlResource->CommonSerialBus.Type == 0) ||
692 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
698 AmlResource->CommonSerialBus.Type));
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlresrc.h574 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member in union:aml_resource
H A Dacrestyp.h671 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member in union:acpi_resource_data

Completed in 115 milliseconds