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

/freebsd-current/sys/contrib/dev/acpica/components/events/
H A Devgpeblk.c312 AcpiCurrentGpeCount -= GpeBlock->GpeCount;
370 GpeEventInfo = ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) GpeBlock->GpeCount *
514 GpeBlock->GpeCount = (UINT16) (RegisterCount * ACPI_GPE_REGISTER_WIDTH);
563 (UINT32) (GpeBlock->BlockBaseNumber + (GpeBlock->GpeCount - 1)),
569 AcpiCurrentGpeCount += GpeBlock->GpeCount;
670 (UINT32) (GpeBlock->BlockBaseNumber + (GpeBlock->GpeCount - 1))));
H A Devgpeutil.c248 Info->NextBlockBaseIndex += GpeBlock->GpeCount;
H A Devgpe.c453 if (GpeIndex >= GpeBlock->GpeCount)
/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c345 Stats->GpeCount = AcpiGpeCount;
/freebsd-current/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c1005 GpeBlock->RegisterCount, GpeBlock->GpeCount);
1010 GpeBlock->BlockBaseNumber + (GpeBlock->GpeCount - 1),
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dactypes.h1218 UINT32 GpeCount; member in struct:acpi_statistics
H A Daclocal.h699 UINT16 GpeCount; /* Number of individual GPEs in block */ member in struct:acpi_gpe_block_info

Completed in 191 milliseconds