HomeSort by: relevance | last modified time | path
    Searched refs:GpeCount (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evgpeblk.c 204 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))));
evgpeutil.c 140 Info->NextBlockBaseIndex += GpeBlock->GpeCount;
evgpe.c 345 if (GpeIndex >= GpeBlock->GpeCount)
  /src/sys/external/bsd/acpica/dist/utilities/
utxface.c 237 Stats->GpeCount = AcpiGpeCount;
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 897 GpeBlock->RegisterCount, GpeBlock->GpeCount);
902 GpeBlock->BlockBaseNumber + (GpeBlock->GpeCount - 1),
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 592 UINT16 GpeCount; /* Number of individual GPEs in block */
actypes.h 1117 UINT32 GpeCount;

Completed in 34 milliseconds