Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/events/
H A 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()
H A 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()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbdisply.c962 UINT32 GpeIndex; in AcpiDbDisplayGpes() local
1049 GpeIndex = (i * ACPI_GPE_REGISTER_WIDTH) + j; in AcpiDbDisplayGpes()
1050 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex]; in AcpiDbDisplayGpes()
1062 GpeBlock->BlockBaseNumber + GpeIndex, GpeEventInfo, in AcpiDbDisplayGpes()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacpixf.h1123 UINT32 GpeIndex,