Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/components/resources/
H A Drsserial.c421 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 Drslist.c212 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 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.c301 ResourceList->Data.CommonSerialBus.Type]); in AcpiRsDumpResourceList()
/freebsd-14.2/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c658 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 Dutresrc.c534 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 Ddmrestag.c1002 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 Daslmapenter.c270 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
H A Daslmapoutput.c447 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Damlresrc.h816 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
H A Dacrestyp.h885 ACPI_RESOURCE_COMMON_SERIALBUS CommonSerialBus; member
/freebsd-14.2/sys/dev/spibus/
H A Dacpi_spibus.c72 res->Data.CommonSerialBus.Type == ACPI_RESOURCE_SERIAL_TYPE_SPI); in acpi_resource_is_spi_serialbus()
/freebsd-14.2/sys/dev/iicbus/
H A Dacpi_iicbus.c87 res->Data.CommonSerialBus.Type == ACPI_RESOURCE_SERIAL_TYPE_I2C); in acpi_resource_is_i2c_serialbus()