Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xxx/
Dcpu.c268 __weak int cpu_num_dspcores(void) in cpu_num_dspcores() function
337 cpu->dsp_num_cores = cpu_num_dspcores(); in fixup_cpu()
/external/u-boot/include/
Dcommon.h334 int cpu_num_dspcores(void);
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu.c77 unsigned int j, dsp_core, dsp_numcores = cpu_num_dspcores(); in checkcpu()
Dspeed.c187 for_each_cpu(i, dsp_cpu, cpu_num_dspcores(), cpu_dsp_mask()) { in get_sys_info()