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

/linux-master/arch/sh/kernel/cpu/sh4/
H 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];
/linux-master/arch/sh/kernel/cpu/sh3/
H 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];
H 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];
H 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];
H 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];
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7201.c20 #define ifc_divisors pfc_divisors macro
57 return clk->parent->rate / ifc_divisors[idx];
H A Dclock-sh7206.c20 #define ifc_divisors pfc_divisors macro
55 return clk->parent->rate / ifc_divisors[idx];
H A Dclock-sh7203.c23 #define ifc_divisors pfc_divisors macro
/linux-master/arch/sh/kernel/cpu/sh4a/
H 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];
H A Dclock-sh7780.c17 static int ifc_divisors[] = { 2, 4 }; variable
54 return clk->parent->rate / ifc_divisors[idx];

Completed in 145 milliseconds