Lines Matching defs:RegisterCount
357 (ACPI_SIZE) GpeBlock->RegisterCount *
394 for (i = 0; i < GpeBlock->RegisterCount; i++)
405 GpeBlock->Address + i + GpeBlock->RegisterCount;
465 * RegisterCount - Number of GPE register pairs in the block
483 UINT32 RegisterCount,
496 if (!RegisterCount)
514 GpeBlock->GpeCount = (UINT16) (RegisterCount * ACPI_GPE_REGISTER_WIDTH);
516 GpeBlock->RegisterCount = RegisterCount;
564 GpeDevice->Name.Ascii, GpeBlock->RegisterCount, InterruptNumber,
623 for (i = 0; i < GpeBlock->RegisterCount; i++)