Lines Matching refs:get_cpu_count
74 int (*get_cpu_count)(struct bmips_cpu_priv *); member
298 .get_cpu_count = bcm6358_get_cpu_count,
304 .get_cpu_count = bcm6345_get_cpu_count,
310 .get_cpu_count = bcm6328_get_cpu_count,
316 .get_cpu_count = bcm6345_get_cpu_count,
322 .get_cpu_count = bcm6345_get_cpu_count,
328 .get_cpu_count = bcm6358_get_cpu_count,
334 .get_cpu_count = bcm6358_get_cpu_count,
340 .get_cpu_count = bcm6358_get_cpu_count,
346 .get_cpu_count = bcm6358_get_cpu_count,
376 return hw->get_cpu_count(priv); in bmips_cpu_get_count()