Searched refs:CommonSerialBus (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/common/acpica/resources/ |
H A D | rsserial.c | 346 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId), 347 AML_OFFSET (CommonSerialBus.RevisionId), 350 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.Type), 351 AML_OFFSET (CommonSerialBus.Type), 354 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.SlaveMode), 355 AML_OFFSET (CommonSerialBus.Flags), 358 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ProducerConsumer), 359 AML_OFFSET (CommonSerialBus.Flags), 362 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ConnectionSharing), 363 AML_OFFSET (CommonSerialBus.Flags), [all …]
|
H A D | rslist.c | 212 if (AmlResource->CommonSerialBus.Type > in AcpiRsConvertAmlToResources() 222 AmlResource->CommonSerialBus.Type]; in AcpiRsConvertAmlToResources() 322 if (Resource->Data.CommonSerialBus.Type > in AcpiRsConvertResourcesToAml() 332 Resource->Data.CommonSerialBus.Type]; in AcpiRsConvertResourcesToAml()
|
H A D | rsdumpinfo.c | 440 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.RevisionId), "RevisionId", … 441 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", … 442 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ProducerConsumer), "ProducerConsumer", … 443 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.SlaveMode), "SlaveMode", … 444 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ConnectionSharing),"ConnectionSharing", … 445 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", … 446 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", … 447 …{ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", … 448 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", … 449 …{ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus.VendorData), "VendorData", …
|
H A D | rscalc.c | 487 Resource->Data.CommonSerialBus.Type]; in AcpiRsGetAmlLength() 739 AmlResource->CommonSerialBus.Type]; in AcpiRsGetListLength() 741 AmlResource->CommonSerialBus.ResourceLength - in AcpiRsGetListLength() 807 AmlResource->CommonSerialBus.Type] + ExtraStructBytes; in AcpiRsGetListLength()
|
H A D | rsdump.c | 296 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
|
/illumos-gate/usr/src/common/acpica/disassembler/ |
H A D | dmresrcl2.c | 650 switch (Resource->CommonSerialBus.Type) in AcpiDmDumpSerialBusVendorData() 654 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 663 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 672 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 731 Resource->CommonSerialBus.TypeDataLength; in AcpiDmI2cSerialBusDescriptor() 816 Resource->CommonSerialBus.TypeDataLength; in AcpiDmSpiSerialBusDescriptor() 904 Resource->CommonSerialBus.TypeDataLength; in AcpiDmUartSerialBusDescriptor() 962 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] ( in AcpiDmSerialBusDescriptor()
|
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utresrc.c | 533 if ((AmlResource->CommonSerialBus.Type == 0) || in AcpiUtValidateResource() 534 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiUtValidateResource() 540 AmlResource->CommonSerialBus.Type)); in AcpiUtValidateResource()
|
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | dmrestag.c | 980 if ((Resource->CommonSerialBus.Type == 0) || in AcpiDmGetResourceTag() 981 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiDmGetResourceTag() 986 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type]; in AcpiDmGetResourceTag()
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | aslmapenter.c | 270 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
|
H A D | aslmapoutput.c | 447 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | amlresrc.h | 795 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|
H A D | acrestyp.h | 875 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|