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

/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsserial.c346 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId),
347 AML_OFFSET (CommonSerialBus.RevisionId),
350 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.Type),
351 AML_OFFSET (CommonSerialBus.Type),
354 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.SlaveMode),
355 AML_OFFSET (CommonSerialBus.Flags),
358 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ProducerConsumer),
359 AML_OFFSET (CommonSerialBus.Flags),
362 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ConnectionSharing),
363 AML_OFFSET (CommonSerialBus
[all...]
H A Drslist.c212 if (AmlResource->CommonSerialBus.Type >
222 AmlResource->CommonSerialBus.Type];
322 if (Resource->Data.CommonSerialBus.Type >
332 Resource->Data.CommonSerialBus.Type];
H A Drsdumpinfo.c440 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.RevisionId), "RevisionId", NULL}, \
441 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", AcpiGbl_SbtDecode}, \
442 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ProducerConsumer), "ProducerConsumer", AcpiGbl_ConsumeDecode}, \
443 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.SlaveMode), "SlaveMode", AcpiGbl_SmDecode}, \
444 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ConnectionSharing),"ConnectionSharing", AcpiGbl_ShrDecode}, \
445 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", NULL}, \
446 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", NULL}, \
447 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", NULL}, \
448 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", NULL}, \
449 {ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus
[all...]
H A Drscalc.c487 Resource->Data.CommonSerialBus.Type];
739 AmlResource->CommonSerialBus.Type];
741 AmlResource->CommonSerialBus.ResourceLength -
807 AmlResource->CommonSerialBus.Type] + ExtraStructBytes;
H A Drsdump.c296 ResourceList->Data.CommonSerialBus.Type]);
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c650 switch (Resource->CommonSerialBus.Type)
654 VendorLength = Resource->CommonSerialBus.TypeDataLength -
663 VendorLength = Resource->CommonSerialBus.TypeDataLength -
672 VendorLength = Resource->CommonSerialBus.TypeDataLength -
731 Resource->CommonSerialBus.TypeDataLength;
816 Resource->CommonSerialBus.TypeDataLength;
904 Resource->CommonSerialBus.TypeDataLength;
962 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] (
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c533 if ((AmlResource->CommonSerialBus.Type == 0) ||
534 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
540 AmlResource->CommonSerialBus.Type));
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmrestag.c980 if ((Resource->CommonSerialBus.Type == 0) ||
981 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
986 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type];
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslmapenter.c270 switch (Resource->CommonSerialBus.Type)
H A Daslmapoutput.c447 switch (Resource->CommonSerialBus.Type)
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Damlresrc.h795 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member in union:aml_resource
H A Dacrestyp.h875 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member in union:acpi_resource_data

Completed in 93 milliseconds