Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslrestype2s.c266 UINT16 InterruptLength; in RsGetInterruptDataLength() local
272 InterruptLength = 0; in RsGetInterruptDataLength()
281 InterruptLength += 2; in RsGetInterruptDataLength()
285 return (InterruptLength); in RsGetInterruptDataLength()
449 UINT16 InterruptLength; in RsDoGpioIntDescriptor() local
467 InterruptLength = RsGetInterruptDataLength (InitializerOp, 10); in RsDoGpioIntDescriptor()
470 ResSourceLength + VendorLength + InterruptLength; in RsDoGpioIntDescriptor()
488 ResourceSource = ACPI_ADD_PTR (char, InterruptList, InterruptLength); in RsDoGpioIntDescriptor()
658 UINT16 InterruptLength; in RsDoGpioIoDescriptor() local
676 InterruptLength = RsGetInterruptDataLength (InitializerOp, 10); in RsDoGpioIoDescriptor()
[all …]