Searched refs:ndiv_frac (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Ddriver_chipcommon_pmu.c181 u32 ndiv_frac; member in struct:pmu1_plltab_entry
187 { .freq = 12000, .xf = 1, .p1div = 3, .p2div = 22, .ndiv_int = 0x9, .ndiv_frac = 0xFFFFEF, },
188 { .freq = 13000, .xf = 2, .p1div = 1, .p2div = 6, .ndiv_int = 0xb, .ndiv_frac = 0x483483, },
189 { .freq = 14400, .xf = 3, .p1div = 1, .p2div = 10, .ndiv_int = 0xa, .ndiv_frac = 0x1C71C7, },
190 { .freq = 15360, .xf = 4, .p1div = 1, .p2div = 5, .ndiv_int = 0xb, .ndiv_frac = 0x755555, },
191 { .freq = 16200, .xf = 5, .p1div = 1, .p2div = 10, .ndiv_int = 0x5, .ndiv_frac = 0x6E9E06, },
192 { .freq = 16800, .xf = 6, .p1div = 1, .p2div = 10, .ndiv_int = 0x5, .ndiv_frac = 0x3CF3CF, },
193 { .freq = 19200, .xf = 7, .p1div = 1, .p2div = 9, .ndiv_int = 0x5, .ndiv_frac = 0x17B425, },
194 { .freq = 19800, .xf = 8, .p1div = 1, .p2div = 11, .ndiv_int = 0x4, .ndiv_frac = 0xA57EB, },
195 { .freq = 20000, .xf = 9, .p1div = 1, .p2div = 11, .ndiv_int = 0x4, .ndiv_frac
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Diproc_cru.c39 u32 pdiv, ndiv_int, ndiv_frac, mdiv; local
79 ndiv_frac = regB & ((1<<20)-1);
85 x = ((u64) ndiv_int << 20) | ndiv_frac ;
104 unsigned pdiv, ndiv_int, ndiv_frac, mdiv; local
148 ndiv_frac = regD & ((1<<20)-1);
158 ndiv_frac = regB & ((1<<20)-1);
165 x = ((u64) ndiv_int << 20) | ndiv_frac ;
H A Dbcm5301x_dmu.c75 unsigned pdiv, ndiv_int, ndiv_frac; local
97 ndiv_frac = reg & ((1<<20)-1);
104 x = x * ( (u64) ndiv_int << 20 | ndiv_frac ) ;
192 unsigned pdiv, ndiv_int, ndiv_frac; local
214 ndiv_frac = reg & ((1<<20)-1);
225 x = x * ( (u64) ndiv_int << 20 | ndiv_frac ) ;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpmu.c3346 uint32 ndiv_frac; member in struct:__anon20347
3518 /* fref xf p1div p2div ndiv_int ndiv_frac */
4195 uint32 ndiv_frac; local
4226 /* ndiv_frac = (uint32) (((uint64) (fvco * p1div - xtal * ndiv_int) * (1 << 24)) / xtal) */
4228 bcm_uint64_divide(&ndiv_frac, temp_high, temp_low, xtal);
4230 ndiv_mode = (ndiv_frac == 0) ? 0 : 3;
4235 PLL_control[3] = (PLL_4345_CONTROL3_DEFAULT & 0xFF000000) | ndiv_frac;
4247 * ndiv_frac = (uint32) (((uint64) (fvco * p1div - xtal * ndiv_int) * (1 << 20)) /
4251 bcm_uint64_divide(&ndiv_frac, temp_high, temp_low, xtal);
4257 PLL_control[7] = ndiv_frac;
7727 uint32 xf, ndiv_int, ndiv_frac, fvco, pll_reg, p1_div_scale; local
[all...]

Completed in 51 milliseconds