Searched refs:PinList (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | aslrestype2s.c | 446 UINT16 *PinList = NULL; in RsDoGpioIntDescriptor() local 487 PinList = InterruptList; in RsDoGpioIntDescriptor() 628 PinCount, PinList, ResourceSource); in RsDoGpioIntDescriptor() 655 UINT16 *PinList = NULL; in RsDoGpioIoDescriptor() local 677 PinList = InterruptList; in RsDoGpioIoDescriptor() 696 PinList = InterruptList; in RsDoGpioIoDescriptor() 835 PinCount, PinList, ResourceSource); in RsDoGpioIoDescriptor() 1412 UINT16 *PinList = NULL; in RsDoPinFunctionDescriptor() local 1449 PinList = ACPI_ADD_PTR (UINT16, Descriptor, sizeof (AML_RESOURCE_PIN_FUNCTION)); in RsDoPinFunctionDescriptor() 1450 ResourceSource = ACPI_ADD_PTR (char, PinList, PinListLength); in RsDoPinFunctionDescriptor() [all …]
|
H A D | aslmapenter.c | 198 UINT16 *PinList, in MpSaveGpioInfo() argument 216 Info = MpCreateGpioInfo (PinList[i], DeviceName); in MpSaveGpioInfo() 222 Info->PinNumber = PinList[i]; in MpSaveGpioInfo()
|
/illumos-gate/usr/src/common/acpica/disassembler/ |
H A D | dmresrcl2.c | 297 UINT16 *PinList; in AcpiDmGpioCommon() local 348 PinList = (UINT16 *) ACPI_ADD_PTR (char, Resource, in AcpiDmGpioCommon() 354 AcpiOsPrintf ("0x%4.4X%s\n", PinList[i], in AcpiDmGpioCommon() 363 PinCount, PinList, DeviceName); in AcpiDmGpioCommon() 542 UINT16 *PinList; in AcpiDmPinFunctionDescriptor() local 612 PinList = (UINT16 *) ACPI_ADD_PTR (char, Resource, in AcpiDmPinFunctionDescriptor() 618 AcpiOsPrintf ("0x%4.4X%s\n", PinList[i], in AcpiDmPinFunctionDescriptor() 1021 UINT16 *PinList; in AcpiDmPinConfigDescriptor() local 1080 PinList = (UINT16 *) ACPI_ADD_PTR (char, Resource, in AcpiDmPinConfigDescriptor() 1086 AcpiOsPrintf ("0x%4.4X%s\n", PinList[i], in AcpiDmPinConfigDescriptor() [all …]
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | amlresrc.h | 819 UINT16 *PinList,
|