Searched refs:I2cSerialBus (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrestype2s.c185 * I2cSerialBus
848 * DESCRIPTION: Construct a long "I2cSerialBus" descriptor
888 Descriptor->I2cSerialBus.ResourceLength = DescriptorSize;
889 Descriptor->I2cSerialBus.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS;
890 Descriptor->I2cSerialBus.RevisionId = AML_RESOURCE_I2C_REVISION;
891 Descriptor->I2cSerialBus.TypeRevisionId = AML_RESOURCE_I2C_TYPE_REVISION;
892 Descriptor->I2cSerialBus.Type = AML_RESOURCE_I2C_SERIALBUSTYPE;
893 Descriptor->I2cSerialBus.TypeDataLength = AML_RESOURCE_I2C_MIN_DATA_LEN + VendorLength;
897 Descriptor->I2cSerialBus.RevisionId = 2;
913 Descriptor->I2cSerialBus
[all...]
H A Daslmapenter.c274 Address = Resource->I2cSerialBus.SlaveAddress;
275 Speed = Resource->I2cSerialBus.ConnectionSpeed;
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c720 Resource->I2cSerialBus.SlaveAddress,
721 AcpiGbl_SmDecode [ACPI_GET_1BIT_FLAG (Resource->I2cSerialBus.Flags)],
722 Resource->I2cSerialBus.ConnectionSpeed);
726 AcpiGbl_AmDecode [ACPI_GET_1BIT_FLAG (Resource->I2cSerialBus.TypeSpecificFlags)]);
740 AcpiOsPrintf ("0x%2.2X, ", Resource->I2cSerialBus.ResSourceIndex);
743 AcpiGbl_ConsumeDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->I2cSerialBus.Flags, 1)]);
752 AcpiGbl_ShrDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->I2cSerialBus.Flags, 2)]);
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsserial.c400 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.I2cSerialBus.AccessMode),
401 AML_OFFSET (I2cSerialBus.TypeSpecificFlags),
404 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.I2cSerialBus.ConnectionSpeed),
405 AML_OFFSET (I2cSerialBus.ConnectionSpeed),
408 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.I2cSerialBus.SlaveAddress),
409 AML_OFFSET (I2cSerialBus.SlaveAddress),
H A Drscalc.c490 Resource->Data.I2cSerialBus.ResourceSource.StringLength +
491 Resource->Data.I2cSerialBus.VendorLength);
H A Drsdumpinfo.c461 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (I2cSerialBus.AccessMode), "AccessMode", AcpiGbl_AmDecode},
462 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET (I2cSerialBus.ConnectionSpeed), "ConnectionSpeed", NULL},
463 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (I2cSerialBus.SlaveAddress), "SlaveAddress", NULL},
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Damlresrc.h792 AML_RESOURCE_I2C_SERIALBUS I2cSerialBus; member in union:aml_resource
H A Dacrestyp.h872 ACPI_RESOURCE_I2C_SERIALBUS I2cSerialBus; member in union:acpi_resource_data

Completed in 101 milliseconds