Searched refs:PinCount (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
H A D | dmresrcl2.c | 204 UINT32 PinCount; in AcpiDmGpioCommon() local 248 PinCount = ((UINT32) (Resource->Gpio.ResSourceOffset - in AcpiDmGpioCommon() 255 for (i = 0; i < PinCount; i++) in AcpiDmGpioCommon() 259 ((i + 1) < PinCount) ? "," : ""); in AcpiDmGpioCommon() 266 PinCount, PinList, DeviceName); in AcpiDmGpioCommon() 487 UINT32 PinCount; in AcpiDmPinFunctionDescriptor() local 550 PinCount = ((UINT32) (Resource->PinFunction.ResSourceOffset - in AcpiDmPinFunctionDescriptor() 557 for (i = 0; i < PinCount; i++) in AcpiDmPinFunctionDescriptor() 561 ((i + 1) < PinCount) ? "," : ""); in AcpiDmPinFunctionDescriptor() 1038 UINT32 PinCount; in AcpiDmPinConfigDescriptor() local [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslmapenter.c | 89 UINT32 PinCount, in MpSaveGpioInfo() argument 106 for (i = 0; i < PinCount; i++) in MpSaveGpioInfo() 112 Info->PinCount = PinCount; in MpSaveGpioInfo()
|
H A D | aslrestype2s.c | 344 UINT32 PinCount = 0; in RsDoGpioIntDescriptor() local 490 PinCount++; in RsDoGpioIntDescriptor() 520 PinCount, PinList, ResourceSource); in RsDoGpioIntDescriptor() 553 UINT32 PinCount = 0; in RsDoGpioIoDescriptor() local 696 PinCount++; in RsDoGpioIoDescriptor() 726 PinCount, PinList, ResourceSource); in RsDoGpioIoDescriptor()
|
H A D | asltypes.h | 353 UINT32 PinCount; member
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
H A D | aemain.c | 106 UINT32 PinCount, in MpSaveGpioInfo() argument
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | amlresrc.h | 753 UINT32 PinCount,
|