Home
last modified time | relevance | path

Searched refs:GpeIndex (Results 1 – 4 of 4) sorted by relevance

/acpica-latest/source/components/events/
Devgpeblk.c597 UINT32 GpeIndex; in AcpiEvInitializeGpeBlock() local
629 GpeIndex = (i * ACPI_GPE_REGISTER_WIDTH) + j; in AcpiEvInitializeGpeBlock()
630 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex]; in AcpiEvInitializeGpeBlock()
631 ACPI_ERROR_ONLY(GpeNumber = GpeBlock->BlockBaseNumber + GpeIndex); in AcpiEvInitializeGpeBlock()
Devgpe.c439 UINT32 GpeIndex; in AcpiEvLowGetGpeInfo() local
452 GpeIndex = GpeNumber - GpeBlock->BlockBaseNumber; in AcpiEvLowGetGpeInfo()
453 if (GpeIndex >= GpeBlock->GpeCount) in AcpiEvLowGetGpeInfo()
458 return (&GpeBlock->EventInfo[GpeIndex]); in AcpiEvLowGetGpeInfo()
/acpica-latest/source/components/debugger/
Ddbdisply.c960 UINT32 GpeIndex; in AcpiDbDisplayGpes() local
1047 GpeIndex = (i * ACPI_GPE_REGISTER_WIDTH) + j; in AcpiDbDisplayGpes()
1048 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex]; in AcpiDbDisplayGpes()
1060 GpeBlock->BlockBaseNumber + GpeIndex, GpeEventInfo, in AcpiDbDisplayGpes()
/acpica-latest/source/include/
Dacpixf.h1138 UINT32 GpeIndex,