Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dloongson.h240 #define MAX_PACKAGES 4 macro
243 extern u64 loongson_chipcfg[MAX_PACKAGES];
247 extern u64 loongson_chiptemp[MAX_PACKAGES];
251 extern u64 loongson_freqctrl[MAX_PACKAGES];
/openbmc/linux/arch/mips/loongson64/
H A Denv.c37 u64 loongson_chipcfg[MAX_PACKAGES] = {0xffffffffbfc00180};
38 u64 loongson_chiptemp[MAX_PACKAGES];
39 u64 loongson_freqctrl[MAX_PACKAGES];
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongson.h38 #define MAX_PACKAGES 16 macro
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c72 #define MAX_PACKAGES 64 macro
73 unsigned int first_cpu_in_pkg[MAX_PACKAGES];
1257 if (pkg >= MAX_PACKAGES) in set_max_cpu_pkg_num()
1258 errx(1, "cpu%d: %d >= MAX_PACKAGES (%d)", cpu, pkg, MAX_PACKAGES); in set_max_cpu_pkg_num()