Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Ds3c2412-cpufreq.c57 s3c_freq_dbg("%s: fclk=%lu, armclk=%lu, hclk_max=%lu\n", in s3c2412_cpufreq_calcdivs()
59 s3c_freq_dbg("%s: want f=%lu, arm=%lu, h=%lu, p=%lu\n", in s3c2412_cpufreq_calcdivs()
85 s3c_freq_dbg("%s: armclk %lu, hclk %lu, armdiv %d, hdiv %d, dvs %d\n", in s3c2412_cpufreq_calcdivs()
98 s3c_freq_dbg("%s: pdiv %d\n", __func__, pdiv); in s3c2412_cpufreq_calcdivs()
137 s3c_freq_dbg("%s: div %08lx => %08lx\n", __func__, olddiv, clkdiv); in s3c2412_cpufreq_setdivs()
148 s3c_freq_dbg("%s: refresh %u ns, hclk %lu\n", __func__, in s3c2412_cpufreq_setrefresh()
160 s3c_freq_dbg("%s: setting refresh 0x%08lx\n", __func__, refresh); in s3c2412_cpufreq_setrefresh()
Ds3c2440-cpufreq.c65 s3c_freq_dbg("%s: fclk is %lu, armclk %lu, max hclk %lu\n", in s3c2440_cpufreq_calcdivs()
86 s3c_freq_dbg("%s: hclk %lu, div %d\n", __func__, hclk, hdiv); in s3c2440_cpufreq_calcdivs()
96 s3c_freq_dbg("%s: pdiv %d\n", __func__, pdiv); in s3c2440_cpufreq_calcdivs()
144 s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__, in s3c2440_cpufreq_setdivs()
237 s3c_freq_dbg("%s: returning %d\n", __func__, ret); in s3c2440_cpufreq_calctable()
Ds3c2410-cpufreq.c57 s3c_freq_dbg("%s: fclk is %lu, max hclk %lu\n", in s3c2410_cpufreq_calcdivs()
64 s3c_freq_dbg("%s: hclk too big\n", __func__); in s3c2410_cpufreq_calcdivs()
72 s3c_freq_dbg("%s: pclk too big\n", __func__); in s3c2410_cpufreq_calcdivs()
Ds3c24xx-cpufreq.c104 s3c_freq_dbg("%s: Fvco=%u, F=%lu, A=%lu, H=%lu (%u), P=%lu (%u)\n", in s3c_cpufreq_show()
182 s3c_freq_dbg("%s: got divs\n", __func__); in s3c_cpufreq_settarget()
186 s3c_freq_dbg("%s: calculated frequencies for new\n", __func__); in s3c_cpufreq_settarget()
261 s3c_freq_dbg("%s: finished\n", __func__); in s3c_cpufreq_settarget()
290 s3c_freq_dbg("%s: policy %p, target %u, relation %u\n", in s3c_cpufreq_target()
297 s3c_freq_dbg("%s: table failed\n", __func__); in s3c_cpufreq_target()
301 s3c_freq_dbg("%s: adjust %d to entry %d (%u)\n", __func__, in s3c_cpufreq_target()
340 s3c_freq_dbg("%s: target %u => %u\n", in s3c_cpufreq_target()
411 s3c_freq_dbg("%s: resuming with policy %p\n", __func__, policy); in s3c_cpufreq_resume()
DKconfig.arm119 Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
/linux-4.4.14/arch/arm/plat-samsung/include/plat/
Dcpu-freq-core.h261 #define s3c_freq_dbg(x...) printk(KERN_INFO x) macro
263 #define s3c_freq_dbg(x...) do { if (0) printk(x); } while (0) macro
283 s3c_freq_dbg("%s: { %d = %u kHz }\n", in s3c_cpufreq_addfreq()
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dcpufreq-utils.c50 s3c_freq_dbg("%s: refresh value %lu\n", __func__, refresh); in s3c2410_cpufreq_setrefresh()
Diotiming-s3c2412.c281 s3c_freq_dbg("%s: refresh value %u\n", __func__, (unsigned int)refresh); in s3c2412_cpufreq_setrefresh()