Searched refs:cfc_divisors (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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];

Completed in 47 milliseconds