Searched refs:maxfreq (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/arch/x86/kernel/cpu/cpufreq/ |
D | gx-suspmod.c | 415 unsigned int maxfreq, curfreq; in cpufreq_gx_cpu_init() local 422 maxfreq = pci_busclk * gx_freq_mult[getCx86(CX86_DIR1) & 0x0f]; in cpufreq_gx_cpu_init() 424 maxfreq = cpu_khz; in cpufreq_gx_cpu_init() 426 maxfreq = 30000 * gx_freq_mult[getCx86(CX86_DIR1) & 0x0f]; in cpufreq_gx_cpu_init() 428 stock_freq = maxfreq; in cpufreq_gx_cpu_init() 431 dprintk("cpu max frequency is %d.\n", maxfreq); in cpufreq_gx_cpu_init() 438 policy->min = maxfreq / max_duration; in cpufreq_gx_cpu_init() 440 policy->min = maxfreq / POLICY_MIN_DIV; in cpufreq_gx_cpu_init() 441 policy->max = maxfreq; in cpufreq_gx_cpu_init() 443 policy->cpuinfo.min_freq = maxfreq / max_duration; in cpufreq_gx_cpu_init() [all …]
|
/linux-2.6.39/drivers/ssb/ |
D | driver_chipcommon.c | 202 int maxfreq; in chipco_powercontrol_init() local 204 maxfreq = chipco_pctl_clockfreqlimit(cc, 1); in chipco_powercontrol_init() 206 (maxfreq * 150 + 999999) / 1000000); in chipco_powercontrol_init() 208 (maxfreq * 15 + 999999) / 1000000); in chipco_powercontrol_init()
|
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nouveau_calc.c | 278 int minvco = pll_lim->vco1.minfreq, maxvco = pll_lim->vco1.maxfreq; in getMNP_single() 377 int minvco1 = pll_lim->vco1.minfreq, maxvco1 = pll_lim->vco1.maxfreq; in getMNP_double() 378 int minvco2 = pll_lim->vco2.minfreq, maxvco2 = pll_lim->vco2.maxfreq; in getMNP_double() 469 if (!pll_lim->vco2.maxfreq) in nouveau_calc_pll_mnp()
|
D | nouveau_bios.h | 131 int maxfreq; member 211 int maxfreq; member
|
D | nv50_calc.c | 55 u32 max_vco_freq = pll->vco1.maxfreq / 10; in nv50_calc_pll2()
|
D | nouveau_bios.c | 4866 pll_lim->vco1.maxfreq = ROM32(pll_rec[4]); in get_pll_limits() 4868 pll_lim->vco2.maxfreq = ROM32(pll_rec[12]); in get_pll_limits() 4932 pll_lim->vco1.maxfreq = ROM16(pll_rec[6]) * 1000; in get_pll_limits() 4934 pll_lim->vco2.maxfreq = ROM16(pll_rec[10]) * 1000; in get_pll_limits() 5003 pll_lim->vco1.maxfreq = ROM16(record[2]) * 1000; in get_pll_limits() 5005 pll_lim->vco2.maxfreq = ROM16(record[6]) * 1000; in get_pll_limits() 5043 pll_lim->vco1.maxfreq = ROM16(record[2]) * 1000; in get_pll_limits() 5064 if (!pll_lim->vco1.maxfreq) { in get_pll_limits() 5066 pll_lim->vco1.maxfreq = bios->fmaxvco; in get_pll_limits() 5106 NV_DEBUG(dev, "pll.vco1.maxfreq: %d\n", pll_lim->vco1.maxfreq); in get_pll_limits() [all …]
|
D | nouveau_connector.c | 703 max_clock = nv_encoder->dcb->crtconf.maxfreq; in nouveau_connector_mode_valid()
|
D | nv50_crtc.c | 274 if (pll.vco2.maxfreq) { in nv50_crtc_set_clock()
|
D | nv04_crtc.c | 129 if (dev_priv->chipset > 0x40 && dot_clock <= (pll_lim.vco1.maxfreq / 2)) in nv_crtc_calc_state_ext()
|
/linux-2.6.39/drivers/mmc/host/ |
D | mvsdio.c | 33 static int maxfreq = MVSD_CLOCKRATE_MAX; variable 740 mmc->f_max = maxfreq; in mvsd_probe() 910 module_param(maxfreq, int, 0);
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | radeon_atombios.c | 1303 uint16_t maxfreq; in radeon_atombios_get_tmds_info() local 1312 maxfreq = le16_to_cpu(tmds_info->usMaxFrequency); in radeon_atombios_get_tmds_info() 1332 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info()
|