Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/resources/
HDrsserial.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_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.TypeRevisionId),
183 AML_OFFSET (CommonSerialBus.TypeRevisionId),
[all …]
HDrslist.c102 if (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE) in AcpiRsConvertAmlToResources()
112 AmlResource->CommonSerialBus.Type]; in AcpiRsConvertAmlToResources()
213 if (Resource->Data.CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE) in AcpiRsConvertResourcesToAml()
222 Resource->Data.CommonSerialBus.Type]; in AcpiRsConvertResourcesToAml()
HDrsdumpinfo.c264 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.RevisionId), "RevisionId", …
265 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", …
266 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ProducerConsumer), "ProducerConsumer", …
267 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.SlaveMode), "SlaveMode", …
268 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", …
269 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", …
270 …{ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", …
271 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", …
272 …{ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus.VendorData), "VendorData", …
HDrscalc.c368 TotalSize = AcpiGbl_AmlResourceSerialBusSizes [Resource->Data.CommonSerialBus.Type]; in AcpiRsGetAmlLength()
561 AmlResource->CommonSerialBus.Type]; in AcpiRsGetListLength()
562 ExtraStructBytes += AmlResource->CommonSerialBus.ResourceLength - in AcpiRsGetListLength()
580 AmlResource->CommonSerialBus.Type] + ExtraStructBytes; in AcpiRsGetListLength()
HDrsdump.c183 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
/NextBSD/sys/contrib/dev/acpica/components/disassembler/
HDdmresrcl2.c432 switch (Resource->CommonSerialBus.Type) in AcpiDmDumpSerialBusVendorData()
436 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
445 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
454 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
513 Resource->CommonSerialBus.TypeDataLength; in AcpiDmI2cSerialBusDescriptor()
594 Resource->CommonSerialBus.TypeDataLength; in AcpiDmSpiSerialBusDescriptor()
678 Resource->CommonSerialBus.TypeDataLength; in AcpiDmUartSerialBusDescriptor()
732 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] ( in AcpiDmSerialBusDescriptor()
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutresrc.c690 if ((AmlResource->CommonSerialBus.Type == 0) || in AcpiUtValidateResource()
691 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiUtValidateResource()
697 AmlResource->CommonSerialBus.Type)); in AcpiUtValidateResource()
/NextBSD/sys/contrib/dev/acpica/common/
HDdmrestag.c834 if ((Resource->CommonSerialBus.Type == 0) || in AcpiDmGetResourceTag()
835 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiDmGetResourceTag()
840 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type]; in AcpiDmGetResourceTag()
/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslmapenter.c162 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
HDaslmapoutput.c339 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
/NextBSD/sys/contrib/dev/acpica/include/
HDamlresrc.h574 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
HDacrestyp.h670 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member