Searched refs:PinCount (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslmapenter.c72 * PinCount - From GPIO descriptor
89 UINT32 PinCount,
106 for (i = 0; i < PinCount; i++)
112 Info->PinCount = PinCount;
86 MpSaveGpioInfo( ACPI_PARSE_OBJECT *Op, AML_RESOURCE *Resource, UINT32 PinCount, UINT16 *PinList, char *DeviceName) argument
H A Dasltypes.h286 UINT32 PinCount; member in struct:acpi_gpio_info
H A Daslrestype2s.c294 UINT32 PinCount = 0; local
434 * PinCount = (Resource Source Name Offset - Pin Table Offset) / 2
440 PinCount++;
470 PinCount, PinList, ResourceSource);
503 UINT32 PinCount = 0; local
641 * PinCount = (Resource Source Name Offset - Pin Table Offset) / 2
647 PinCount++;
677 PinCount, PinList, ResourceSource);
/freebsd-10-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c192 UINT32 PinCount; local
236 PinCount = ((UINT32) (Resource->Gpio.ResSourceOffset -
243 for (i = 0; i < PinCount; i++)
247 ((i + 1) < PinCount) ? "," : "");
255 PinCount, PinList, DeviceName);
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Damlresrc.h592 UINT32 PinCount,
/freebsd-10-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c115 UINT32 PinCount, UINT16 *PinList, char *DeviceName)
114 MpSaveGpioInfo(ACPI_PARSE_OBJECT *Op, AML_RESOURCE *Resource, UINT32 PinCount, UINT16 *PinList, char *DeviceName) argument

Completed in 78 milliseconds