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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7206.c22 static const int pfc_divisors[]={1,2,3,4,6,8,12}; variable
23 #define ifc_divisors pfc_divisors
47 clk->rate = clk->parent->rate / pfc_divisors[idx];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dclock-sh3.c27 static int pfc_divisors[] = { 1, 2, 3, 4, 6, 1, 1, 1 }; variable
34 clk->rate *= pfc_divisors[idx];
46 clk->rate = clk->parent->rate / pfc_divisors[idx];
H A Dclock-sh7705.c31 static int pfc_divisors[] = { 1, 2, 3, 4, 6, 1, 1, 1 }; variable
35 clk->rate *= pfc_divisors[ctrl_inw(FRQCR) & 0x0003];
45 clk->rate = clk->parent->rate / pfc_divisors[idx];
H A Dclock-sh7706.c23 static int pfc_divisors[] = { 1, 2, 4, 1, 3, 6, 1, 1 }; variable
30 clk->rate *= pfc_divisors[idx];
42 clk->rate = clk->parent->rate / pfc_divisors[idx];
H A Dclock-sh7709.c23 static int pfc_divisors[] = { 1, 2, 4, 1, 3, 6, 1, 1 }; variable
37 clk->rate *= pfc_divisors[idx];
49 clk->rate = clk->parent->rate / pfc_divisors[idx];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4.c27 static int pfc_divisors[] = { 2, 3, 4, 6, 8, 2, 2, 2 }; variable
31 clk->rate *= pfc_divisors[ctrl_inw(FRQCR) & 0x0007];
41 clk->rate = clk->parent->rate / pfc_divisors[idx];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7770.c20 static int pfc_divisors[] = { 1, 8, 1,10,12,16, 1, 1 }; variable
24 clk->rate *= pfc_divisors[(ctrl_inl(FRQCR) >> 28) & 0x000f];
34 clk->rate = clk->parent->rate / pfc_divisors[idx];
H A Dclock-sh7780.c20 static int pfc_divisors[] = { 1, 24, 24, 1 }; variable
25 clk->rate *= pfc_divisors[ctrl_inl(FRQCR) & 0x0003];
35 clk->rate = clk->parent->rate / pfc_divisors[idx];
H A Dclock-sh7785.c24 static int pfc_divisors[] = { 1, 1, 1, 1, 1, 1, 1, 18, variable
39 clk->rate = clk->parent->rate / pfc_divisors[idx];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dclock-sh7619.c22 static const int pfc_divisors[] = {1,2,0,4}; variable
44 clk->rate = clk->parent->rate / pfc_divisors[idx];

Completed in 64 milliseconds