Home
last modified time | relevance | path

Searched refs:AML_RESOURCE_I2C_SERIALBUS (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/contrib/dev/acpica/include/
HDamlresrc.h482 } AML_RESOURCE_I2C_SERIALBUS; typedef
571 AML_RESOURCE_I2C_SERIALBUS I2cSerialBus;
/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslrestype2s.c725 DescriptorSize = ACPI_AML_SIZE_LARGE (AML_RESOURCE_I2C_SERIALBUS) + in RsDoI2cSerialBusDescriptor()
742 VendorData = ACPI_ADD_PTR (UINT8, Descriptor, sizeof (AML_RESOURCE_I2C_SERIALBUS)); in RsDoI2cSerialBusDescriptor()
748 (UINT16) sizeof (AML_RESOURCE_I2C_SERIALBUS), ResSourceLength, in RsDoI2cSerialBusDescriptor()
817 CurrentByteOffset + sizeof (AML_RESOURCE_I2C_SERIALBUS)); in RsDoI2cSerialBusDescriptor()
/NextBSD/sys/contrib/dev/acpica/components/resources/
HDrsserial.c163 sizeof (AML_RESOURCE_I2C_SERIALBUS),
198 sizeof (AML_RESOURCE_I2C_SERIALBUS)},
HDrsinfo.c252 sizeof (AML_RESOURCE_I2C_SERIALBUS),
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutresrc.c381 ACPI_AML_SIZE_LARGE (AML_RESOURCE_I2C_SERIALBUS),
/NextBSD/sys/contrib/dev/acpica/components/disassembler/
HDdmresrcl2.c440 sizeof (AML_RESOURCE_I2C_SERIALBUS)); in AcpiDmDumpSerialBusVendorData()