Searched refs:GpeIndex (Results 1 – 4 of 4) sorted by relevance
597 UINT32 GpeIndex; in AcpiEvInitializeGpeBlock() local629 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()
439 UINT32 GpeIndex; in AcpiEvLowGetGpeInfo() local452 GpeIndex = GpeNumber - GpeBlock->BlockBaseNumber; in AcpiEvLowGetGpeInfo()453 if (GpeIndex >= GpeBlock->GpeCount) in AcpiEvLowGetGpeInfo()458 return (&GpeBlock->EventInfo[GpeIndex]); in AcpiEvLowGetGpeInfo()
960 UINT32 GpeIndex; in AcpiDbDisplayGpes() local1047 GpeIndex = (i * ACPI_GPE_REGISTER_WIDTH) + j; in AcpiDbDisplayGpes()1048 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex]; in AcpiDbDisplayGpes()1060 GpeBlock->BlockBaseNumber + GpeIndex, GpeEventInfo, in AcpiDbDisplayGpes()
1138 UINT32 GpeIndex,