Searched refs:AmlResource (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drslist.c78 AML_RESOURCE *AmlResource; local
99 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml);
104 if (AmlResource->CommonSerialBus.Type >
114 AmlResource->CommonSerialBus.Type];
133 Resource, AmlResource, ConversionTable);
H A Drscalc.c429 AML_RESOURCE *AmlResource; local
454 AmlResource = (void *) AmlBuffer;
547 if (AmlResource->Gpio.VendorLength)
550 AmlResource->Gpio.VendorOffset -
551 AmlResource->Gpio.PinTableOffset +
552 AmlResource->Gpio.VendorLength;
557 AmlResource->LargeHeader.ResourceLength +
559 AmlResource->Gpio.PinTableOffset;
566 AmlResource->CommonSerialBus.Type];
568 AmlResource
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutresrc.c584 AML_RESOURCE *AmlResource; local
686 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml);
691 if ((AmlResource->CommonSerialBus.Type == 0) ||
692 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
698 AmlResource->CommonSerialBus.Type));

Completed in 62 milliseconds