ifc_table          14 arch/sh/kernel/cpu/sh5/clock-sh5.c static int ifc_table[] = { 2, 4, 6, 8, 10, 12, 16, 24 };
ifc_table          25 arch/sh/kernel/cpu/sh5/clock-sh5.c 	clk->rate *= ifc_table[idx];
ifc_table          35 arch/sh/kernel/cpu/sh5/clock-sh5.c 	return clk->parent->rate / ifc_table[idx];
ifc_table          45 arch/sh/kernel/cpu/sh5/clock-sh5.c 	return clk->parent->rate / ifc_table[idx];
ifc_table          55 arch/sh/kernel/cpu/sh5/clock-sh5.c 	return clk->parent->rate / ifc_table[idx];