Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sh/kernel/cpu/sh4/
A Dclock-sh4.c22 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()
/linux-6.3-rc2/arch/sh/kernel/cpu/sh4a/
A Dclock-sh7770.c15 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()
A Dclock-sh7780.c17 static int ifc_divisors[] = { 2, 4 }; variable
54 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
/linux-6.3-rc2/arch/sh/kernel/cpu/sh3/
A Dclock-sh7705.c27 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()
A Dclock-sh3.c23 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()
A Dclock-sh7706.c19 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()
A Dclock-sh7709.c19 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()
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2a/
A Dclock-sh7201.c20 #define ifc_divisors pfc_divisors macro
57 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
A Dclock-sh7206.c20 #define ifc_divisors pfc_divisors macro
55 return clk->parent->rate / ifc_divisors[idx]; in cpu_clk_recalc()
A Dclock-sh7203.c23 #define ifc_divisors pfc_divisors macro

Completed in 7 milliseconds