Searched refs:GpeIndex (Results 1 – 3 of 3) sorted by relevance
593 UINT32 GpeIndex; in AcpiEvInitializeGpeBlock() local625 GpeIndex = (i * ACPI_GPE_REGISTER_WIDTH) + j; in AcpiEvInitializeGpeBlock()626 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex]; in AcpiEvInitializeGpeBlock()627 ACPI_ERROR_ONLY(GpeNumber = GpeBlock->BlockBaseNumber + GpeIndex); in AcpiEvInitializeGpeBlock()
432 UINT32 GpeIndex; in AcpiEvLowGetGpeInfo() local445 GpeIndex = GpeNumber - GpeBlock->BlockBaseNumber; in AcpiEvLowGetGpeInfo()446 if (GpeIndex >= GpeBlock->GpeCount) in AcpiEvLowGetGpeInfo()451 return (&GpeBlock->EventInfo[GpeIndex]); in AcpiEvLowGetGpeInfo()
1108 UINT32 GpeIndex,