/netbsd-src/sys/external/bsd/acpica/dist/resources/ |
H A D | rsserial.c | 282 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId), 283 AML_OFFSET (CommonSerialBus.RevisionId), 352 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.RevisionId), 353 AML_OFFSET (CommonSerialBus.RevisionId), 356 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.CommonSerialBus.Type), 357 AML_OFFSET (CommonSerialBus.Type), 360 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.SlaveMode), 361 AML_OFFSET (CommonSerialBus.Flags), 364 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.CommonSerialBus.ProducerConsumer), 365 AML_OFFSET (CommonSerialBus.Flags), [all …]
|
H A D | rslist.c | 106 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiRsConvertAmlToResources() local 107 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiRsConvertAmlToResources() 109 if (CommonSerialBus.Type > in AcpiRsConvertAmlToResources() 119 CommonSerialBus.Type]; in AcpiRsConvertAmlToResources() 225 if (Resource->Data.CommonSerialBus.Type > in AcpiRsConvertResourcesToAml() 235 Resource->Data.CommonSerialBus.Type]; in AcpiRsConvertResourcesToAml()
|
H A D | rscalc.c | 386 Resource->Data.CommonSerialBus.Type]; in AcpiRsGetAmlLength() 638 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiRsGetListLength() local 639 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiRsGetListLength() 642 CommonSerialBus.Type]; in AcpiRsGetListLength() 644 CommonSerialBus.ResourceLength - in AcpiRsGetListLength() 718 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiRsGetListLength() local 719 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiRsGetListLength() 722 CommonSerialBus.Type] + ExtraStructBytes; in AcpiRsGetListLength()
|
H A D | rsdumpinfo.c | 343 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.RevisionId), "RevisionId", … 344 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", … 345 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ProducerConsumer), "ProducerConsumer", … 346 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.SlaveMode), "SlaveMode", … 347 …{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (CommonSerialBus.ConnectionSharing),"ConnectionSharing", … 348 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.TypeRevisionId), "TypeRevisionId", … 349 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.TypeDataLength), "TypeDataLength", … 350 …{ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (CommonSerialBus.ResourceSource), "ResourceSource", … 351 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (CommonSerialBus.VendorLength), "VendorLength", … 352 …{ACPI_RSD_SHORTLISTX,ACPI_RSD_OFFSET (CommonSerialBus.VendorData), "VendorData", …
|
H A D | rsdump.c | 194 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utresrc.c | 429 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; in AcpiUtValidateResource() local 430 memcpy(&CommonSerialBus, AmlResource, sizeof(CommonSerialBus)); in AcpiUtValidateResource() 434 if ((CommonSerialBus.Type == 0) || in AcpiUtValidateResource() 435 (CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiUtValidateResource() 441 CommonSerialBus.Type)); in AcpiUtValidateResource()
|
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
H A D | dmresrcl2.c | 592 switch (Resource->CommonSerialBus.Type) in AcpiDmDumpSerialBusVendorData() 596 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 605 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 614 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 623 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 680 Resource->CommonSerialBus.TypeDataLength; in AcpiDmCsi2SerialBusDescriptor() 751 Resource->CommonSerialBus.TypeDataLength; in AcpiDmI2cSerialBusDescriptor() 834 Resource->CommonSerialBus.TypeDataLength; in AcpiDmSpiSerialBusDescriptor() 920 Resource->CommonSerialBus.TypeDataLength; in AcpiDmUartSerialBusDescriptor() 976 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] ( in AcpiDmSerialBusDescriptor()
|
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | dmrestag.c | 903 if ((Resource->CommonSerialBus.Type == 0) || in AcpiDmGetResourceTag() 904 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiDmGetResourceTag() 909 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type]; in AcpiDmGetResourceTag()
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslmapenter.c | 162 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
|
H A D | aslmapoutput.c | 339 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | amlresrc.h | 726 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|
H A D | acrestyp.h | 797 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|