nr_freqs           95 drivers/cpufreq/sh-cpufreq.c 	freq_table = cpuclk->nr_freqs ? cpuclk->freq_table : NULL;
nr_freqs          123 drivers/cpufreq/sh-cpufreq.c 	freq_table = cpuclk->nr_freqs ? cpuclk->freq_table : NULL;
nr_freqs           41 drivers/sh/clk/core.c 			  int nr_freqs,
nr_freqs           49 drivers/sh/clk/core.c 	clk->nr_freqs = nr_freqs;
nr_freqs           51 drivers/sh/clk/core.c 	for (i = 0; i < nr_freqs; i++) {
nr_freqs          143 drivers/sh/clk/core.c 		.max	= clk->nr_freqs - 1,
nr_freqs          149 drivers/sh/clk/core.c 	if (clk->nr_freqs < 1)
nr_freqs           65 include/linux/sh_clk.h 	unsigned int		nr_freqs;
nr_freqs           99 include/linux/sh_clk.h 			  int nr_freqs,