Home
last modified time | relevance | path

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

/netbsd-src/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.Flags),
[all …]
H A Drslist.c106 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiRsConvertAmlToResources() local
107 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiRsConvertAmlToResources()
109 if (CommonSerialBus.Type > in AcpiRsConvertAmlToResources()
119 CommonSerialBus.Type]; in AcpiRsConvertAmlToResources()
225 if (Resource->Data.CommonSerialBus.Type > in AcpiRsConvertResourcesToAml()
235 Resource->Data.CommonSerialBus.Type]; in AcpiRsConvertResourcesToAml()
H A Drscalc.c386 Resource->Data.CommonSerialBus.Type]; in AcpiRsGetAmlLength()
638 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiRsGetListLength() local
639 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiRsGetListLength()
642 CommonSerialBus.Type]; in AcpiRsGetListLength()
644 CommonSerialBus.ResourceLength - in AcpiRsGetListLength()
718 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiRsGetListLength() local
719 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiRsGetListLength()
722 CommonSerialBus.Type] + ExtraStructBytes; in AcpiRsGetListLength()
H A Drsdumpinfo.c343 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.RevisionId), "RevisionId", …
344 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", …
345 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ProducerConsumer), "ProducerConsumer", …
346 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.SlaveMode), "SlaveMode", …
347 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ConnectionSharing),"ConnectionSharing", …
348 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", …
349 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", …
350 …{ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", …
351 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", …
352 …{ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus.VendorData), "VendorData", …
H A Drsdump.c194 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutresrc.c429 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiUtValidateResource() local
430 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiUtValidateResource()
434 if ((CommonSerialBus.Type == 0) || in AcpiUtValidateResource()
435 (CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiUtValidateResource()
441 CommonSerialBus.Type)); in AcpiUtValidateResource()
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmresrcl2.c592 switch (Resource->CommonSerialBus.Type) in AcpiDmDumpSerialBusVendorData()
596 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
605 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
614 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
623 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
680 Resource->CommonSerialBus.TypeDataLength; in AcpiDmCsi2SerialBusDescriptor()
751 Resource->CommonSerialBus.TypeDataLength; in AcpiDmI2cSerialBusDescriptor()
834 Resource->CommonSerialBus.TypeDataLength; in AcpiDmSpiSerialBusDescriptor()
920 Resource->CommonSerialBus.TypeDataLength; in AcpiDmUartSerialBusDescriptor()
976 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] ( in AcpiDmSerialBusDescriptor()
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmrestag.c903 if ((Resource->CommonSerialBus.Type == 0) || in AcpiDmGetResourceTag()
904 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiDmGetResourceTag()
909 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type]; in AcpiDmGetResourceTag()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslmapenter.c162 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
H A Daslmapoutput.c339 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Damlresrc.h726 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
H A Dacrestyp.h797 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member