Home
last modified time | relevance | path

Searched refs:SubtableCount (Results 1 – 3 of 3) sorted by relevance

/third_party/lib/acpica/source/compiler/
A Ddttable2.c331 UINT16 SubtableCount; in DtCompileMpst() local
349 SubtableCount = MpstChannelInfo->PowerNodeCount; in DtCompileMpst()
351 while (*PFieldList && SubtableCount) in DtCompileMpst()
402 SubtableCount--; in DtCompileMpst()
421 SubtableCount = MpstDataHeader->CharacteristicsCount; in DtCompileMpst()
427 while (*PFieldList && SubtableCount) in DtCompileMpst()
437 SubtableCount--; in DtCompileMpst()
A Ddttable1.c391 UINT32 SubtableCount; in DtCompileDbg2() local
415 SubtableCount = Dbg2Header->InfoCount; in DtCompileDbg2()
420 while (*PFieldList && SubtableCount) in DtCompileDbg2()
512 SubtableCount--; in DtCompileDbg2()
/third_party/lib/acpica/source/common/
A Ddmtbdump.c2414 UINT16 SubtableCount; in AcpiDmDumpMpst() local
2429 SubtableCount = (ACPI_CAST_PTR (ACPI_TABLE_MPST, Table))->PowerNodeCount; in AcpiDmDumpMpst()
2432 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
2493 SubtableCount--; in AcpiDmDumpMpst()
2511 SubtableCount = SubTable1->CharacteristicsCount; in AcpiDmDumpMpst()
2519 while ((Offset < Table->Length) && SubtableCount) in AcpiDmDumpMpst()
2530 SubtableCount--; in AcpiDmDumpMpst()

Completed in 11 milliseconds