Home
last modified time | relevance | path

Searched refs:s3c_freq_dbg (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/arm/mach-s3c2412/
Dcpu-freq.c59 s3c_freq_dbg("%s: fclk=%lu, armclk=%lu, hclk_max=%lu\n", in s3c2412_cpufreq_calcdivs()
61 s3c_freq_dbg("%s: want f=%lu, arm=%lu, h=%lu, p=%lu\n", in s3c2412_cpufreq_calcdivs()
87 s3c_freq_dbg("%s: armclk %lu, hclk %lu, armdiv %d, hdiv %d, dvs %d\n", in s3c2412_cpufreq_calcdivs()
100 s3c_freq_dbg("%s: pdiv %d\n", __func__, pdiv); in s3c2412_cpufreq_calcdivs()
139 s3c_freq_dbg("%s: div %08lx => %08lx\n", __func__, olddiv, clkdiv); in s3c2412_cpufreq_setdivs()
150 s3c_freq_dbg("%s: refresh %u ns, hclk %lu\n", __func__, in s3c2412_cpufreq_setrefresh()
162 s3c_freq_dbg("%s: setting refresh 0x%08lx\n", __func__, refresh); in s3c2412_cpufreq_setrefresh()
/linux-3.4.99/arch/arm/mach-s3c2440/
Ds3c2440-cpufreq.c69 s3c_freq_dbg("%s: fclk is %lu, armclk %lu, max hclk %lu\n", in s3c2440_cpufreq_calcdivs()
90 s3c_freq_dbg("%s: hclk %lu, div %d\n", __func__, hclk, hdiv); in s3c2440_cpufreq_calcdivs()
100 s3c_freq_dbg("%s: pdiv %d\n", __func__, pdiv); in s3c2440_cpufreq_calcdivs()
148 s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__, in s3c2440_cpufreq_setdivs()
241 s3c_freq_dbg("%s: returning %d\n", __func__, ret); in s3c2440_cpufreq_calctable()
/linux-3.4.99/arch/arm/mach-s3c2410/
Dcpu-freq.c59 s3c_freq_dbg("%s: fclk is %lu, max hclk %lu\n", in s3c2410_cpufreq_calcdivs()
66 s3c_freq_dbg("%s: hclk too big\n", __func__); in s3c2410_cpufreq_calcdivs()
74 s3c_freq_dbg("%s: pclk too big\n", __func__); in s3c2410_cpufreq_calcdivs()
/linux-3.4.99/arch/arm/plat-s3c24xx/
Dcpu-freq.c106 s3c_freq_dbg("%s: Fvco=%u, F=%lu, A=%lu, H=%lu (%u), P=%lu (%u)\n", in s3c_cpufreq_show()
188 s3c_freq_dbg("%s: got divs\n", __func__); in s3c_cpufreq_settarget()
192 s3c_freq_dbg("%s: calculated frequencies for new\n", __func__); in s3c_cpufreq_settarget()
271 s3c_freq_dbg("%s: finished\n", __func__); in s3c_cpufreq_settarget()
300 s3c_freq_dbg("%s: policy %p, target %u, relation %u\n", in s3c_cpufreq_target()
307 s3c_freq_dbg("%s: table failed\n", __func__); in s3c_cpufreq_target()
311 s3c_freq_dbg("%s: adjust %d to entry %d (%u)\n", __func__, in s3c_cpufreq_target()
350 s3c_freq_dbg("%s: target %u => %u\n", in s3c_cpufreq_target()
449 s3c_freq_dbg("%s: resuming with policy %p\n", __func__, policy); in s3c_cpufreq_resume()
Ds3c2410-cpufreq-utils.c49 s3c_freq_dbg("%s: refresh value %lu\n", __func__, refresh); in s3c2410_cpufreq_setrefresh()
Ds3c2412-iotiming.c283 s3c_freq_dbg("%s: refresh value %u\n", __func__, (unsigned int)refresh); in s3c2412_cpufreq_setrefresh()
/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dcpu-freq-core.h263 #define s3c_freq_dbg(x...) printk(KERN_INFO x) macro
265 #define s3c_freq_dbg(x...) do { if (0) printk(x); } while (0) macro
285 s3c_freq_dbg("%s: { %d = %u kHz }\n", in s3c_cpufreq_addfreq()
/linux-3.4.99/arch/arm/
DKconfig2186 Enable s3c_freq_dbg for the Samsung S3C CPUfreq core