Searched refs:divisors (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh73180.c26 * SH73180 uses a common set of divisors, so this is quite simple..
28 static int divisors[] = { 1, 2, 3, 4, 6, 8, 12, 16 }; variable
32 clk->rate *= divisors[ctrl_inl(FRQCR) & 0x0007];
42 clk->rate = clk->parent->rate / divisors[idx];
52 clk->rate = clk->parent->rate / divisors[idx];
62 clk->rate = clk->parent->rate / divisors[idx];
H A Dclock-sh7343.c19 * SH7343/SH7722 uses a common set of multipliers and divisors, so this
23 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
35 clk->rate *= clk->parent->rate * multipliers[idx] / divisors[idx];
61 clk->rate = clk->parent->rate * multipliers[idx] / divisors[idx];
80 multipliers[idx] / divisors[idx];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djcdctmgr.c28 /* The actual post-DCT divisors --- not identical to the quant table
32 DCTELEM * divisors[NUM_QUANT_TBLS]; member in struct:__anon949
74 DCTELEM * divisors = fdct->divisors[compptr->quant_tbl_no]; local
90 qval = divisors[i];
137 FAST_FLOAT * divisors = fdct->float_divisors[compptr->quant_tbl_no]; local
154 temp = workspace[i] * divisors[i];
355 /* Compute divisors for this quant table */
360 /* For LL&M IDCT method, divisors are equal to raw quantization
363 if (fdct->divisors[qtbln
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/timers/
H A Dtimer-mtu2.c23 * likely candidate, but we leave it alone as it has higher divisors that
117 static unsigned int divisors[] = { 1, 4, 16, 64, 1, 1, 256 }; variable
123 clk->rate = clk->parent->rate / divisors[idx];
132 clk->rate = clk->parent->rate / divisors[idx];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlib1funcs.S76 @ For very big divisors, we must shift it a bit at a time, or
135 @ For very big divisors, we must shift it a bit at a time, or
205 @ For very big divisors, we must shift it a bit at a time, or
265 @ For very big divisors, we must shift it a bit at a time, or
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dlib1funcs.S73 @ For very big divisors, we must shift it a bit at a time, or
160 @ For very big divisors, we must shift it a bit at a time, or
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcyber2000fb.c73 * Clock divisors
75 u_int divisors[4]; member in struct:cfb_info
665 new_pll = pll_ps / cfb->divisors[div2];
1236 cfb->divisors[0] = 1;
1237 cfb->divisors[1] = 2;
1238 cfb->divisors[2] = 4;
1241 cfb->divisors[3] = 8;
1243 cfb->divisors[3] = 6;

Completed in 100 milliseconds