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 312 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))));
evgpeutil.c 248 Info->NextBlockBaseIndex += GpeBlock->GpeCount;
evgpe.c 453 if (GpeIndex >= GpeBlock->GpeCount)
  /src/sys/external/bsd/acpica/dist/utilities/
utxface.c 345 Stats->GpeCount = AcpiGpeCount;
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 1005 GpeBlock->RegisterCount, GpeBlock->GpeCount);
1010 GpeBlock->BlockBaseNumber + (GpeBlock->GpeCount - 1),
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 699 UINT16 GpeCount; /* Number of individual GPEs in block */
actypes.h 1225 UINT32 GpeCount;

Completed in 23 milliseconds