Searched refs:GpeCount (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/events/
H A Devgpeblk.c204 AcpiCurrentGpeCount -= GpeBlock->GpeCount;
262 GpeEventInfo = ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) GpeBlock->GpeCount *
406 GpeBlock->GpeCount = (UINT16) (RegisterCount * ACPI_GPE_REGISTER_WIDTH);
455 (UINT32) (GpeBlock->BlockBaseNumber + (GpeBlock->GpeCount - 1)),
461 AcpiCurrentGpeCount += GpeBlock->GpeCount;
562 (UINT32) (GpeBlock->BlockBaseNumber + (GpeBlock->GpeCount - 1))));
H A Devgpeutil.c140 Info->NextBlockBaseIndex += GpeBlock->GpeCount;
H A Devgpe.c345 if (GpeIndex >= GpeBlock->GpeCount)
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutxface.c237 Stats->GpeCount = AcpiGpeCount;
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbdisply.c897 GpeBlock->RegisterCount, GpeBlock->GpeCount);
902 GpeBlock->BlockBaseNumber + (GpeBlock->GpeCount - 1),
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dactypes.h1115 UINT32 GpeCount; member in struct:acpi_statistics
H A Daclocal.h591 UINT16 GpeCount; /* Number of individual GPEs in block */ member in struct:acpi_gpe_block_info

Completed in 175 milliseconds