Searched refs:GpeIndex (Results 1 – 3 of 3) 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()
1138 UINT32 GpeIndex,