/freebsd/sys/contrib/dev/acpica/components/resources/ |
H A D | rsserial.c | 390 {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 D | rslist.c | 214 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 D | rscalc.c | 494 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 D | rsdumpinfo.c | 451 …{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 D | rsdump.c | 301 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utresrc.c | 537 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 D | dmresrcl2.c | 698 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 D | dmrestag.c | 1011 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 D | aslmapenter.c | 270 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
|
H A D | aslmapoutput.c | 447 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | amlresrc.h | 838 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|
H A D | acrestyp.h | 905 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|
/freebsd/sys/dev/spibus/ |
H A D | acpi_spibus.c | 72 res->Data.CommonSerialBus.Type == ACPI_RESOURCE_SERIAL_TYPE_SPI); in acpi_resource_is_spi_serialbus()
|
/freebsd/sys/dev/iicbus/ |
H A D | acpi_iicbus.c | 86 res->Data.CommonSerialBus.Type == ACPI_RESOURCE_SERIAL_TYPE_I2C); in acpi_resource_is_i2c_serialbus()
|