[go: nahoru, domu]

Searched defs:ref_freq (Results 1 - 11 of 11) sorted by relevance

/drivers/cpufreq/
H A Dat32ap-cpufreq.c26 static unsigned int ref_freq; variable
36 if (!ref_freq) {
37 ref_freq = old_freq;
43 loops_per_jiffy_ref, ref_freq, new_freq);
47 loops_per_jiffy_ref, ref_freq, new_freq);
/drivers/video/fbdev/via/
H A Dvia_clock.h62 static inline u32 get_pll_internal_frequency(u32 ref_freq, argument
65 return ref_freq / pll.divisor * pll.multiplier;
68 static inline u32 get_pll_output_frequency(u32 ref_freq, argument
71 return get_pll_internal_frequency(ref_freq, pll) >> pll.rshift;
/drivers/net/wireless/ti/wl1251/
H A Dboot.c74 u32 scr_pad6, init_data, tmp, elp_cmd, ref_freq; local
102 ref_freq = scr_pad6 & 0x000000FF;
103 wl1251_debug(DEBUG_BOOT, "ref_freq 0x%x", ref_freq);
157 tmp = LUT[ref_freq][LUT_PARAM_INTEGER_DIVIDER] | 0x00017000;
163 tmp = LUT[ref_freq][LUT_PARAM_FRACTIONAL_DIVIDER];
174 tmp = (LUT[ref_freq][LUT_PARAM_ATTN_BB] << 16) |
175 (LUT[ref_freq][LUT_PARAM_ALPHA_BB] << 12) | 0x1;
182 tmp = LUT[ref_freq][LUT_PARAM_STOP_TIME_BB] | 0x000A0000;
190 tmp = LUT[ref_freq][LUT_PARAM_BB_PLL_LOOP_FILTE
[all...]
/drivers/clk/
H A Dclk-highbank.c121 static void clk_pll_calc(unsigned long rate, unsigned long ref_freq, argument
138 divf = (vco_freq + (ref_freq / 2)) / ref_freq;
149 unsigned long ref_freq = *parent_rate; local
151 clk_pll_calc(rate, ref_freq, &divq, &divf);
153 return (ref_freq * (divf + 1)) / (1 << divq);
/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c262 static uint8_t radeon_compute_pll_gain(uint16_t ref_freq, uint16_t ref_div, argument
270 vcoFreq = ((unsigned)ref_freq * fb_div) / ref_div;
H A Dradeon_uvd.c878 unsigned vco_freq, ref_freq = rdev->clock.spll.reference_freq; local
890 do_div(fb_div, ref_freq);
H A Drv6xx_dpm.c534 static inline u32 rv6xx_calculate_spread_spectrum_clk_v(u32 vco_freq, u32 ref_freq, argument
538 u32 fb_divider = vco_freq / ref_freq;
544 static inline u32 rv6xx_calculate_spread_spectrum_clk_s(u32 ss_rate, u32 ref_freq) argument
546 return (((ref_freq * 10) / (ss_rate * 2)) - 1) / 4;
/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c199 unsigned int ref_freq; member in struct:matrox_pll_ctl
214 .ref_freq = 540000,
219 .ref_freq = 450450, /* 27027000/60 == 27000000/59.94005994 */
229 unsigned int fxtal = ctl->ref_freq;
H A Dmatroxfb_base.h242 unsigned int ref_freq; member in struct:matrox_pll_features
/drivers/video/fbdev/aty/
H A Datyfb.h60 u16 ref_freq; member in struct:__anon7082
/drivers/video/fbdev/
H A Dsmscufx.c508 static u32 ufx_calc_range(u32 ref_freq) argument
510 if (ref_freq >= 88000000)
513 if (ref_freq >= 54000000)
516 if (ref_freq >= 34000000)
519 if (ref_freq >= 21000000)
522 if (ref_freq >= 13000000)
525 if (ref_freq >= 8000000)

Completed in 864 milliseconds