Home
last modified time | relevance | path

Searched refs:ifc_divisors (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/sh/kernel/cpu/sh4/
Dclock-sh4.c25 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/
Dclock-sh7770.c18 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()
Dclock-sh7780.c20 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/
Dclock-sh7705.c30 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()
Dclock-sh7706.c22 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()
Dclock-sh3.c26 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()
Dclock-sh7709.c22 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/
Dclock-sh7201.c23 #define ifc_divisors pfc_divisors macro
60 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
Dclock-sh7206.c23 #define ifc_divisors pfc_divisors macro
58 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
Dclock-sh7203.c26 #define ifc_divisors pfc_divisors macro