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

/netbsd-current/sys/external/bsd/acpica/dist/resources/
H A Drsserial.c282 {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
[all...]
H A Drslist.c106 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; local
107 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus));
109 if (CommonSerialBus.Type >
119 CommonSerialBus.Type];
225 if (Resource->Data.CommonSerialBus.Type >
235 Resource->Data.CommonSerialBus.Type];
H A Drscalc.c386 Resource->Data.CommonSerialBus.Type];
638 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; local
639 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus));
642 CommonSerialBus.Type];
644 CommonSerialBus.ResourceLength -
718 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; local
719 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus));
722 CommonSerialBus
[all...]
H A Drsdumpinfo.c343 {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
[all...]
H A Drsdump.c193 ResourceList->Data.CommonSerialBus.Type]);
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutresrc.c429 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; local
430 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus));
434 if ((CommonSerialBus.Type == 0) ||
435 (CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
441 CommonSerialBus.Type));
/netbsd-current/sys/external/bsd/acpica/dist/disassembler/
H A Ddmresrcl2.c592 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
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Ddmrestag.c903 if ((Resource->CommonSerialBus.Type == 0) ||
904 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
909 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type];
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslmapenter.c162 switch (Resource->CommonSerialBus.Type)
H A Daslmapoutput.c339 switch (Resource->CommonSerialBus.Type)
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Damlresrc.h726 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member in union:aml_resource
H A Dacrestyp.h797 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member in union:acpi_resource_data

Completed in 226 milliseconds