Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/resources/
H A Drsserial.c351 AML_OFFSET (CommonSerialBus.Type),
355 AML_OFFSET (CommonSerialBus.Flags),
359 AML_OFFSET (CommonSerialBus.Flags),
363 AML_OFFSET (CommonSerialBus.Flags),
435 AML_OFFSET (CommonSerialBus.Type),
439 AML_OFFSET (CommonSerialBus.Flags),
443 AML_OFFSET (CommonSerialBus.Flags),
447 AML_OFFSET (CommonSerialBus.Flags),
535 AML_OFFSET (CommonSerialBus.Type),
539 AML_OFFSET (CommonSerialBus.Flags),
[all …]
H A Drslist.c212 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 Drsdumpinfo.c440 …{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 Drscalc.c487 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 Drsdump.c296 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmresrcl2.c650 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 Dutresrc.c533 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 Ddmrestag.c980 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 Daslmapenter.c270 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
H A Daslmapoutput.c447 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlresrc.h795 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
H A Dacrestyp.h875 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member