Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Dbmips_cpu.c58 int (*get_cpu_count)(struct bmips_cpu_priv *); member
206 .get_cpu_count = bcm6358_get_cpu_count,
212 .get_cpu_count = bcm6328_get_cpu_count,
218 .get_cpu_count = bcm6345_get_cpu_count,
224 .get_cpu_count = bcm6345_get_cpu_count,
230 .get_cpu_count = bcm6358_get_cpu_count,
236 .get_cpu_count = bcm6358_get_cpu_count,
266 return hw->get_cpu_count(priv); in bmips_cpu_get_count()
/OK3568_Linux_fs/kernel/tools/power/x86/intel-speed-select/
H A Disst.h172 extern int get_cpu_count(int pkg_id, int die_id);
H A Disst-display.c380 j = get_cpu_count(get_physical_die_id(cpu), in isst_ctdp_display_information()
H A Disst-config.c567 int get_cpu_count(int pkg_id, int die_id) in get_cpu_count() function