Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1543 UINT8 FormatsCount; in AcpiDmDumpNhlt() local
1775 FormatsCount = FormatsConfig->FormatsCount; in AcpiDmDumpNhlt()
1781 if (FormatsCount > 0) in AcpiDmDumpNhlt()
1794 for (j = 0; j < FormatsCount; j++) in AcpiDmDumpNhlt()
H A Ddmtbinfo2.c1352 {ACPI_DMT_UINT8, ACPI_NHLT4_OFFSET (FormatsCount), "Formats Count", 0},
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c812 UINT32 FormatsCount; in DtCompileNhlt() local
1053 FormatsCount = FormatsConfig->FormatsCount; in DtCompileNhlt()
1057 for (j = 0; j < FormatsCount; j++) in DtCompileNhlt()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactbl2.h2259 UINT8 FormatsCount; member