Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslrestype2s.c1442 UINT16 PinListLength; in RsDoPinFunctionDescriptor() local
1458 PinListLength = RsGetInterruptDataLength (InitializerOp, 8); in RsDoPinFunctionDescriptor()
1461 ResSourceLength + VendorLength + PinListLength; in RsDoPinFunctionDescriptor()
1476 ResourceSource = ACPI_ADD_PTR (char, PinList, PinListLength); in RsDoPinFunctionDescriptor()
1731 UINT16 PinListLength; in RsDoPinConfigDescriptor() local
1747 PinListLength = RsGetInterruptDataLength (InitializerOp, 8); in RsDoPinConfigDescriptor()
1750 ResSourceLength + VendorLength + PinListLength; in RsDoPinConfigDescriptor()
1765 ResourceSource = ACPI_ADD_PTR (char, PinList, PinListLength); in RsDoPinConfigDescriptor()
1925 UINT16 PinListLength; in RsDoPinGroupDescriptor() local
1941 PinListLength = RsGetInterruptDataLength (InitializerOp, 4); in RsDoPinGroupDescriptor()
[all …]