Searched refs:bfc_divisors (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4.c26 #define bfc_divisors ifc_divisors /* Same */ macro
51 return clk->parent->rate / bfc_divisors[idx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7770.c19 static int bfc_divisors[] = { 1, 1, 1, 1, 1, 8,12, 1 }; variable
44 return clk->parent->rate / bfc_divisors[idx];
H A Dclock-sh7763.c21 static int bfc_divisors[] = { 1, 1, 1, 8, 1, 1, 1, 1 }; variable
47 return clk->parent->rate / bfc_divisors[idx];
H A Dclock-sh7780.c21 static int bfc_divisors[] = { 1, 1, 1, 8, 12, 16, 24, 1 }; variable
47 return clk->parent->rate / bfc_divisors[idx];
H A Dclock-sh7757.c23 static int bfc_divisors[] = { 2, 1, 4, 1, 1, 8, 1, 1, variable
50 clk->rate = clk->parent->rate / bfc_divisors[idx];
H A Dclock-shx3.c22 static int bfc_divisors[] = { 1, 1, 1, 1, 1, 12, 16, 18, 24, 32, 36, 48 }; variable
57 return clk->parent->rate / bfc_divisors[idx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4.c26 #define bfc_divisors ifc_divisors /* Same */ macro
51 return clk->parent->rate / bfc_divisors[idx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7770.c19 static int bfc_divisors[] = { 1, 1, 1, 1, 1, 8,12, 1 }; variable
44 return clk->parent->rate / bfc_divisors[idx];
H A Dclock-sh7763.c21 static int bfc_divisors[] = { 1, 1, 1, 8, 1, 1, 1, 1 }; variable
47 return clk->parent->rate / bfc_divisors[idx];
H A Dclock-sh7780.c21 static int bfc_divisors[] = { 1, 1, 1, 8, 12, 16, 24, 1 }; variable
47 return clk->parent->rate / bfc_divisors[idx];
H A Dclock-sh7757.c23 static int bfc_divisors[] = { 2, 1, 4, 1, 1, 8, 1, 1, variable
50 clk->rate = clk->parent->rate / bfc_divisors[idx];
H A Dclock-shx3.c22 static int bfc_divisors[] = { 1, 1, 1, 1, 1, 12, 16, 18, 24, 32, 36, 48 }; variable
57 return clk->parent->rate / bfc_divisors[idx];

Completed in 174 milliseconds