Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/cpu/
H A Dbmips_cpu.c78 int (*get_cpu_count)(struct bmips_cpu_priv *); member
322 .get_cpu_count = bcm6358_get_cpu_count,
328 .get_cpu_count = bcm6345_get_cpu_count,
334 .get_cpu_count = bcm6328_get_cpu_count,
340 .get_cpu_count = bcm6345_get_cpu_count,
346 .get_cpu_count = bcm6345_get_cpu_count,
352 .get_cpu_count = bcm6358_get_cpu_count,
358 .get_cpu_count = bcm6358_get_cpu_count,
364 .get_cpu_count = bcm6358_get_cpu_count,
370 .get_cpu_count = bcm6358_get_cpu_count,
[all …]
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst.h216 extern int get_cpu_count(struct isst_id *id);
H A Disst-display.c364 j = get_cpu_count(id); in isst_ctdp_display_information()
H A Disst-config.c708 int get_cpu_count(struct isst_id *id) in get_cpu_count() function