Searched refs:cfc_divisors (Results 1 - 6 of 6) 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/sh4a/
H A Dclock-sh7763.c23 static int cfc_divisors[] = { 1, 1, 4, 1, 1, 1, 1, 1 }; variable
74 return clk->parent->rate / cfc_divisors[idx];
H A Dclock-sh7780.c23 static int cfc_divisors[] = { 1, 1, 4, 1, 6, 1, 1, 1 }; variable
80 return clk->parent->rate / cfc_divisors[idx];
H A Dclock-shx3.c24 static int cfc_divisors[] = { 1, 1, 4, 6 }; variable
90 return clk->parent->rate / cfc_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-sh7763.c23 static int cfc_divisors[] = { 1, 1, 4, 1, 1, 1, 1, 1 }; variable
74 return clk->parent->rate / cfc_divisors[idx];
H A Dclock-sh7780.c23 static int cfc_divisors[] = { 1, 1, 4, 1, 6, 1, 1, 1 }; variable
80 return clk->parent->rate / cfc_divisors[idx];
H A Dclock-shx3.c24 static int cfc_divisors[] = { 1, 1, 4, 6 }; variable
90 return clk->parent->rate / cfc_divisors[idx];

Completed in 129 milliseconds