HomeSort by: relevance | last modified time | path
    Searched defs:AmlResource (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rslist.c 186 AML_RESOURCE *AmlResource;
207 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml);
212 if (AmlResource->CommonSerialBus.Type >
222 AmlResource->CommonSerialBus.Type];
241 Resource, AmlResource, ConversionTable);
rscalc.c 589 AML_RESOURCE *AmlResource;
614 AmlResource = (void *) AmlBuffer;
707 if (AmlResource->Gpio.VendorLength)
710 AmlResource->Gpio.VendorOffset -
711 AmlResource->Gpio.PinTableOffset +
712 AmlResource->Gpio.VendorLength;
717 AmlResource->LargeHeader.ResourceLength +
719 AmlResource->Gpio.PinTableOffset;
727 if (AmlResource->PinFunction.VendorLength)
730 AmlResource->PinFunction.VendorOffset
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utresrc.c 430 AML_RESOURCE *AmlResource;
532 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml);
537 if ((AmlResource->CommonSerialBus.Type == 0) ||
538 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
544 AmlResource->CommonSerialBus.Type));

Completed in 125 milliseconds