ifc_divisors       57 arch/sh/kernel/cpu/sh2a/clock-sh7201.c 	return clk->parent->rate / ifc_divisors[idx];
ifc_divisors       55 arch/sh/kernel/cpu/sh2a/clock-sh7206.c 	return clk->parent->rate / ifc_divisors[idx];
ifc_divisors       23 arch/sh/kernel/cpu/sh3/clock-sh3.c static int ifc_divisors[]    = { 1, 2, 3, 4, 1, 1, 1, 1 };
ifc_divisors       67 arch/sh/kernel/cpu/sh3/clock-sh3.c 	return clk->parent->rate / ifc_divisors[idx];
ifc_divisors       27 arch/sh/kernel/cpu/sh3/clock-sh7705.c static int ifc_divisors[]    = { 1, 2, 3, 4, 1, 1, 1, 1 };
ifc_divisors       62 arch/sh/kernel/cpu/sh3/clock-sh7705.c 	return clk->parent->rate / ifc_divisors[idx];
ifc_divisors       19 arch/sh/kernel/cpu/sh3/clock-sh7706.c static int ifc_divisors[]    = { 1, 2, 4, 1, 3, 1, 1, 1 };
ifc_divisors       63 arch/sh/kernel/cpu/sh3/clock-sh7706.c 	return clk->parent->rate / ifc_divisors[idx];
ifc_divisors       19 arch/sh/kernel/cpu/sh3/clock-sh7709.c static int ifc_divisors[]    = { 1, 2, 4, 1, 3, 1, 1, 1 };
ifc_divisors       64 arch/sh/kernel/cpu/sh3/clock-sh7709.c 	return clk->parent->rate / ifc_divisors[idx];
ifc_divisors       22 arch/sh/kernel/cpu/sh4/clock-sh4.c static int ifc_divisors[] = { 1, 2, 3, 4, 6, 8, 1, 1 };
ifc_divisors       23 arch/sh/kernel/cpu/sh4/clock-sh4.c #define bfc_divisors ifc_divisors	/* Same */
ifc_divisors       58 arch/sh/kernel/cpu/sh4/clock-sh4.c 	return clk->parent->rate / ifc_divisors[idx];
ifc_divisors       15 arch/sh/kernel/cpu/sh4a/clock-sh7770.c static int ifc_divisors[] = { 1, 1, 1, 1, 1, 1, 1, 1 };
ifc_divisors       51 arch/sh/kernel/cpu/sh4a/clock-sh7770.c 	return clk->parent->rate / ifc_divisors[idx];
ifc_divisors       17 arch/sh/kernel/cpu/sh4a/clock-sh7780.c static int ifc_divisors[] = { 2, 4 };
ifc_divisors       54 arch/sh/kernel/cpu/sh4a/clock-sh7780.c 	return clk->parent->rate / ifc_divisors[idx];