Searched refs:ifc_divisors (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | clock-sh4.c | 22 static int ifc_divisors[] = { 1, 2, 3, 4, 6, 8, 1, 1 }; variable 23 #define bfc_divisors ifc_divisors /* Same */ 58 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
/openbmc/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7770.c | 15 static int ifc_divisors[] = { 1, 1, 1, 1, 1, 1, 1, 1 }; variable 51 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh7780.c | 17 static int ifc_divisors[] = { 2, 4 }; variable 54 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | clock-sh7705.c | 27 static int ifc_divisors[] = { 1, 2, 3, 4, 1, 1, 1, 1 }; variable 62 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh7709.c | 19 static int ifc_divisors[] = { 1, 2, 4, 1, 3, 1, 1, 1 }; variable 64 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh3.c | 23 static int ifc_divisors[] = { 1, 2, 3, 4, 1, 1, 1, 1 }; variable 67 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh7706.c | 19 static int ifc_divisors[] = { 1, 2, 4, 1, 3, 1, 1, 1 }; variable 63 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
/openbmc/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | clock-sh7201.c | 20 #define ifc_divisors pfc_divisors macro 57 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh7206.c | 20 #define ifc_divisors pfc_divisors macro 55 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
H A D | clock-sh7203.c | 23 #define ifc_divisors pfc_divisors macro
|