Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c300 UINT32 PinCount; in AcpiDmGpioCommon() local
351 for (i = 0; i < PinCount; i++) in AcpiDmGpioCommon()
355 ((i + 1) < PinCount) ? "," : ""); in AcpiDmGpioCommon()
363 PinCount, PinList, DeviceName); in AcpiDmGpioCommon()
545 UINT32 PinCount; in AcpiDmPinFunctionDescriptor() local
615 for (i = 0; i < PinCount; i++) in AcpiDmPinFunctionDescriptor()
619 ((i + 1) < PinCount) ? "," : ""); in AcpiDmPinFunctionDescriptor()
1024 UINT32 PinCount; in AcpiDmPinConfigDescriptor() local
1083 for (i = 0; i < PinCount; i++) in AcpiDmPinConfigDescriptor()
1119 UINT32 PinCount; in AcpiDmPinGroupDescriptor() local
[all …]
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslmapenter.c197 UINT32 PinCount, in MpSaveGpioInfo() argument
214 for (i = 0; i < PinCount; i++) in MpSaveGpioInfo()
220 Info->PinCount = PinCount; in MpSaveGpioInfo()
H A Daslrestype2s.c452 UINT32 PinCount = 0; in RsDoGpioIntDescriptor() local
598 PinCount++; in RsDoGpioIntDescriptor()
628 PinCount, PinList, ResourceSource); in RsDoGpioIntDescriptor()
661 UINT32 PinCount = 0; in RsDoGpioIoDescriptor() local
804 PinCount++; in RsDoGpioIoDescriptor()
1417 UINT32 PinCount = 0; in RsDoPinFunctionDescriptor() local
1543 PinCount++; in RsDoPinFunctionDescriptor()
1603 UINT32 PinCount = 0; in RsDoPinConfigDescriptor() local
1743 PinCount++; in RsDoPinConfigDescriptor()
1803 UINT32 PinCount = 0; in RsDoPinGroupDescriptor() local
[all …]
H A Dasltypes.h461 UINT32 PinCount; member
/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlresrc.h818 UINT32 PinCount,