Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsserial.c390 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId),
391 AML_OFFSET (CommonSerialBus.RevisionId),
460 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId),
461 AML_OFFSET (CommonSerialBus.RevisionId),
464 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.Type),
465 AML_OFFSET (CommonSerialBus.Type),
468 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.SlaveMode),
469 AML_OFFSET (CommonSerialBus.Flags),
472 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ProducerConsumer),
473 AML_OFFSET (CommonSerialBus.Flags),
[all …]
H A Drslist.c214 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiRsConvertAmlToResources() local
215 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiRsConvertAmlToResources()
217 if (CommonSerialBus.Type > in AcpiRsConvertAmlToResources()
227 CommonSerialBus.Type]; in AcpiRsConvertAmlToResources()
333 if (Resource->Data.CommonSerialBus.Type > in AcpiRsConvertResourcesToAml()
343 Resource->Data.CommonSerialBus.Type]; in AcpiRsConvertResourcesToAml()
H A Drscalc.c494 Resource->Data.CommonSerialBus.Type]; in AcpiRsGetAmlLength()
746 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiRsGetListLength() local
747 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiRsGetListLength()
750 CommonSerialBus.Type]; in AcpiRsGetListLength()
752 CommonSerialBus.ResourceLength - in AcpiRsGetListLength()
826 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiRsGetListLength() local
827 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiRsGetListLength()
830 CommonSerialBus.Type] + ExtraStructBytes; in AcpiRsGetListLength()
H A Drsdumpinfo.c451 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.RevisionId), "RevisionId", …
452 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", …
453 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ProducerConsumer), "ProducerConsumer", …
454 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.SlaveMode), "SlaveMode", …
455 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ConnectionSharing),"ConnectionSharing", …
456 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", …
457 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", …
458 …{ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", …
459 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", …
460 …{ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus.VendorData), "VendorData", …
H A Drsdump.c301 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c537 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiUtValidateResource() local
538 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiUtValidateResource()
542 if ((CommonSerialBus.Type == 0) || in AcpiUtValidateResource()
543 (CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiUtValidateResource()
549 CommonSerialBus.Type)); in AcpiUtValidateResource()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c698 switch (Resource->CommonSerialBus.Type) in AcpiDmDumpSerialBusVendorData()
702 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
711 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
720 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
729 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData()
786 Resource->CommonSerialBus.TypeDataLength; in AcpiDmCsi2SerialBusDescriptor()
859 Resource->CommonSerialBus.TypeDataLength; in AcpiDmI2cSerialBusDescriptor()
944 Resource->CommonSerialBus.TypeDataLength; in AcpiDmSpiSerialBusDescriptor()
1032 Resource->CommonSerialBus.TypeDataLength; in AcpiDmUartSerialBusDescriptor()
1090 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] ( in AcpiDmSerialBusDescriptor()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmrestag.c1011 if ((Resource->CommonSerialBus.Type == 0) || in AcpiDmGetResourceTag()
1012 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiDmGetResourceTag()
1017 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type]; in AcpiDmGetResourceTag()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmapenter.c270 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
H A Daslmapoutput.c447 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlresrc.h838 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
H A Dacrestyp.h905 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
/freebsd/sys/dev/spibus/
H A Dacpi_spibus.c72 res->Data.CommonSerialBus.Type == ACPI_RESOURCE_SERIAL_TYPE_SPI); in acpi_resource_is_spi_serialbus()
/freebsd/sys/dev/iicbus/
H A Dacpi_iicbus.c86 res->Data.CommonSerialBus.Type == ACPI_RESOURCE_SERIAL_TYPE_I2C); in acpi_resource_is_i2c_serialbus()