Searched refs:CommonSerialBus (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsserial.c | 421 AML_OFFSET (CommonSerialBus.Type), 425 AML_OFFSET (CommonSerialBus.Flags), 429 AML_OFFSET (CommonSerialBus.Flags), 433 AML_OFFSET (CommonSerialBus.Flags), 505 AML_OFFSET (CommonSerialBus.Type), 509 AML_OFFSET (CommonSerialBus.Flags), 513 AML_OFFSET (CommonSerialBus.Flags), 517 AML_OFFSET (CommonSerialBus.Flags), 605 AML_OFFSET (CommonSerialBus.Type), 609 AML_OFFSET (CommonSerialBus.Flags), [all …]
|
| H A D | rslist.c | 212 if (AmlResource->CommonSerialBus.Type > in AcpiRsConvertAmlToResources() 222 AmlResource->CommonSerialBus.Type]; in AcpiRsConvertAmlToResources() 328 if (Resource->Data.CommonSerialBus.Type > in AcpiRsConvertResourcesToAml() 338 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 | 301 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/disassembler/ |
| H A D | dmresrcl2.c | 658 switch (Resource->CommonSerialBus.Type) in AcpiDmDumpSerialBusVendorData() 662 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 671 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 680 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 689 VendorLength = Resource->CommonSerialBus.TypeDataLength - in AcpiDmDumpSerialBusVendorData() 746 Resource->CommonSerialBus.TypeDataLength; in AcpiDmCsi2SerialBusDescriptor() 819 Resource->CommonSerialBus.TypeDataLength; in AcpiDmI2cSerialBusDescriptor() 904 Resource->CommonSerialBus.TypeDataLength; in AcpiDmSpiSerialBusDescriptor() 992 Resource->CommonSerialBus.TypeDataLength; in AcpiDmUartSerialBusDescriptor() 1050 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] ( in AcpiDmSerialBusDescriptor()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utresrc.c | 534 if ((AmlResource->CommonSerialBus.Type == 0) || in AcpiUtValidateResource() 535 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiUtValidateResource() 541 AmlResource->CommonSerialBus.Type)); in AcpiUtValidateResource()
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmrestag.c | 1002 if ((Resource->CommonSerialBus.Type == 0) || in AcpiDmGetResourceTag() 1003 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiDmGetResourceTag() 1008 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type]; in AcpiDmGetResourceTag()
|
| /freebsd-14.2/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-14.2/sys/contrib/dev/acpica/include/ |
| H A D | amlresrc.h | 816 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|
| H A D | acrestyp.h | 885 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
|
| /freebsd-14.2/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-14.2/sys/dev/iicbus/ |
| H A D | acpi_iicbus.c | 87 res->Data.CommonSerialBus.Type == ACPI_RESOURCE_SERIAL_TYPE_I2C); in acpi_resource_is_i2c_serialbus()
|