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

  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 542 UINT16 VendorOffset;
677 UINT16 VendorOffset;
700 UINT16 VendorOffset;
737 UINT16 VendorOffset;
759 UINT16 VendorOffset;
782 UINT16 VendorOffset;
  /src/sys/external/bsd/acpica/dist/resources/
rscalc.c 710 AmlResource->Gpio.VendorOffset -
730 AmlResource->PinFunction.VendorOffset -
760 AmlResource->PinConfig.VendorOffset -
776 AmlResource->PinGroup.VendorOffset -
785 AmlResource->PinGroupFunction.VendorOffset -
794 AmlResource->PinGroupConfig.VendorOffset -
rsserial.c 240 AML_OFFSET (Gpio.VendorOffset)},
253 AML_OFFSET (Gpio.VendorOffset),
356 AML_OFFSET (PinFunction.VendorOffset)},
369 AML_OFFSET (PinFunction.VendorOffset),
795 AML_OFFSET (PinConfig.VendorOffset)},
808 AML_OFFSET (PinConfig.VendorOffset),
855 AML_OFFSET (PinGroup.VendorOffset)},
868 AML_OFFSET (PinGroup.VendorOffset),
922 AML_OFFSET (PinGroupFunction.VendorOffset)},
935 AML_OFFSET (PinGroupFunction.VendorOffset),
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c 573 * Always set the VendorOffset even if there is no Vendor Data.
577 Descriptor->Gpio.VendorOffset = (UINT16)
581 (CurrentByteOffset + Descriptor->Gpio.VendorOffset)))
779 * Always set the VendorOffset even if there is no Vendor Data.
783 Descriptor->Gpio.VendorOffset = (UINT16)
787 (CurrentByteOffset + Descriptor->Gpio.VendorOffset)))
1653 * Always set the VendorOffset even if there is no Vendor Data.
1657 Descriptor->PinFunction.VendorOffset = (UINT16)
1661 (CurrentByteOffset + Descriptor->PinFunction.VendorOffset)))
1956 * Always set the VendorOffset even if there is no Vendor Data
    [all...]
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 338 if (Resource->Gpio.VendorOffset)
343 Resource->Gpio.VendorOffset);
644 Resource->PinFunction.VendorOffset);
1184 Resource->PinConfig.VendorOffset);
1270 Resource->PinGroup.VendorOffset);
1366 Resource->PinGroupFunction.VendorOffset);
1439 Resource->PinGroupConfig.VendorOffset);

Completed in 18 milliseconds