Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/mach-loongson64/
Dloongson.h215 #define MAX_PACKAGES 4 macro
218 extern u64 loongson_chipcfg[MAX_PACKAGES];
222 extern u64 loongson_chiptemp[MAX_PACKAGES];
226 extern u64 loongson_freqctrl[MAX_PACKAGES];
/Linux-v5.10/arch/mips/loongson64/
Denv.c31 u64 loongson_chipcfg[MAX_PACKAGES] = {0xffffffffbfc00180};
32 u64 loongson_chiptemp[MAX_PACKAGES];
33 u64 loongson_freqctrl[MAX_PACKAGES];
/Linux-v5.10/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c72 #define MAX_PACKAGES 64 macro
73 unsigned int first_cpu_in_pkg[MAX_PACKAGES];
1167 if (pkg >= MAX_PACKAGES) in set_max_cpu_pkg_num()
1168 errx(1, "cpu%d: %d >= MAX_PACKAGES (%d)", cpu, pkg, MAX_PACKAGES); in set_max_cpu_pkg_num()