Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslrestype2s.c289 UINT16 ResSourceLength; in RsDoGpioIntDescriptor() local
307 ResSourceLength = RsGetStringDataLength (InitializerOp); in RsDoGpioIntDescriptor()
312 ResSourceLength + VendorLength + InterruptLength; in RsDoGpioIntDescriptor()
329 VendorData = ACPI_ADD_PTR (UINT8, ResourceSource, ResSourceLength); in RsDoGpioIntDescriptor()
342 ResSourceLength, VendorLength, InterruptLength); in RsDoGpioIntDescriptor()
387 if (ResSourceLength) in RsDoGpioIntDescriptor()
499 UINT16 ResSourceLength; in RsDoGpioIoDescriptor() local
517 ResSourceLength = RsGetStringDataLength (InitializerOp); in RsDoGpioIoDescriptor()
523 ResSourceLength + VendorLength + InterruptLength; in RsDoGpioIoDescriptor()
540 VendorData = ACPI_ADD_PTR (UINT8, ResourceSource, ResSourceLength); in RsDoGpioIoDescriptor()
[all …]