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

  /src/sys/external/bsd/acpica/dist/resources/
rscalc.c 481 AML_RESOURCE *AmlResource;
506 AmlResource = (void *) AmlBuffer;
599 if (AmlResource->Gpio.VendorLength)
602 AmlResource->Gpio.VendorOffset -
603 AmlResource->Gpio.PinTableOffset +
604 AmlResource->Gpio.VendorLength;
609 AmlResource->LargeHeader.ResourceLength +
611 AmlResource->Gpio.PinTableOffset;
619 if (AmlResource->PinFunction.VendorLength)
622 AmlResource->PinFunction.VendorOffset
    [all...]
rslist.c 78 AML_RESOURCE *AmlResource;
99 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml);
104 if (AmlResource->CommonSerialBus.Type >
114 AmlResource->CommonSerialBus.Type];
133 Resource, AmlResource, ConversionTable);
  /src/sys/external/bsd/acpica/dist/utilities/
utresrc.c 322 AML_RESOURCE *AmlResource;
424 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml);
429 if ((AmlResource->CommonSerialBus.Type == 0) ||
430 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
436 AmlResource->CommonSerialBus.Type));

Completed in 18 milliseconds