Searched refs:ifc_divisors (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4.c | 25 static int ifc_divisors[] = { 1, 2, 3, 4, 6, 8, 1, 1 }; variable 26 #define bfc_divisors ifc_divisors /* Same */ 61 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7770.c | 18 static int ifc_divisors[] = { 1, 1, 1, 1, 1, 1, 1, 1 }; variable 54 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
D | clock-sh7780.c | 20 static int ifc_divisors[] = { 2, 4 }; variable 57 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh3/ |
D | clock-sh7705.c | 30 static int ifc_divisors[] = { 1, 2, 3, 4, 1, 1, 1, 1 }; variable 65 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
D | clock-sh7706.c | 22 static int ifc_divisors[] = { 1, 2, 4, 1, 3, 1, 1, 1 }; variable 66 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
D | clock-sh3.c | 26 static int ifc_divisors[] = { 1, 2, 3, 4, 1, 1, 1, 1 }; variable 70 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
D | clock-sh7709.c | 22 static int ifc_divisors[] = { 1, 2, 4, 1, 3, 1, 1, 1 }; variable 67 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7201.c | 23 #define ifc_divisors pfc_divisors macro 60 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
D | clock-sh7206.c | 23 #define ifc_divisors pfc_divisors macro 58 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
|
D | clock-sh7203.c | 26 #define ifc_divisors pfc_divisors macro
|