Searched refs:CommonSerialBus (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/intel/io/acpica/resources/ |
H A D | rsserial.c | 166 {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_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ConnectionSharing), 183 AML_OFFSET (CommonSerialBus.Flags), [all …]
|
H A D | rslist.c | 104 if (AmlResource->CommonSerialBus.Type > in AcpiRsConvertAmlToResources() 114 AmlResource->CommonSerialBus.Type]; in AcpiRsConvertAmlToResources() 214 if (Resource->Data.CommonSerialBus.Type > in AcpiRsConvertResourcesToAml() 224 Resource->Data.CommonSerialBus.Type]; in AcpiRsConvertResourcesToAml()
|
H A D | rsdumpinfo.c | 264 …{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_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ConnectionSharing),"ConnectionSharing", … 269 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", … 270 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", … 271 …{ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", … 272 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", … 273 …{ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus.VendorData), "VendorData", …
|
H A D | rscalc.c | 370 Resource->Data.CommonSerialBus.Type]; in AcpiRsGetAmlLength() 566 AmlResource->CommonSerialBus.Type]; in AcpiRsGetListLength() 568 AmlResource->CommonSerialBus.ResourceLength - in AcpiRsGetListLength() 587 AmlResource->CommonSerialBus.Type] + ExtraStructBytes; in AcpiRsGetListLength()
|
H A D | rsdump.c | 183 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
|
/titanic_50/usr/src/uts/intel/io/acpica/disassembler/ |
H A D | dmresrcl2.c | 436 switch (Resource->CommonSerialBus.Type) in AcpiDmDumpSerialBusVendorData() 440 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 449 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 458 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 517 Resource->CommonSerialBus.TypeDataLength; in AcpiDmI2cSerialBusDescriptor() 602 Resource->CommonSerialBus.TypeDataLength; in AcpiDmSpiSerialBusDescriptor() 690 Resource->CommonSerialBus.TypeDataLength; in AcpiDmUartSerialBusDescriptor() 748 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] ( in AcpiDmSerialBusDescriptor()
|
/titanic_50/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utresrc.c | 691 if ((AmlResource->CommonSerialBus.Type == 0) || in AcpiUtValidateResource() 692 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiUtValidateResource() 698 AmlResource->CommonSerialBus.Type)); in AcpiUtValidateResource()
|
/titanic_50/usr/src/uts/intel/sys/acpi/ |
H A D | amlresrc.h | 574 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|
H A D | acrestyp.h | 671 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|