Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Ds3c2412-cpufreq.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()
Ds3c2440-cpufreq.c67 s3c_freq_dbg("%s: fclk is %lu, armclk %lu, max hclk %lu\n", in s3c2440_cpufreq_calcdivs()
88 s3c_freq_dbg("%s: hclk %lu, div %d\n", __func__, hclk, hdiv); in s3c2440_cpufreq_calcdivs()
98 s3c_freq_dbg("%s: pdiv %d\n", __func__, pdiv); in s3c2440_cpufreq_calcdivs()
146 s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__, in s3c2440_cpufreq_setdivs()
239 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.c106 s3c_freq_dbg("%s: Fvco=%u, F=%lu, A=%lu, H=%lu (%u), P=%lu (%u)\n", in s3c_cpufreq_show()
184 s3c_freq_dbg("%s: got divs\n", __func__); in s3c_cpufreq_settarget()
188 s3c_freq_dbg("%s: calculated frequencies for new\n", __func__); in s3c_cpufreq_settarget()
263 s3c_freq_dbg("%s: finished\n", __func__); in s3c_cpufreq_settarget()
292 s3c_freq_dbg("%s: policy %p, target %u, relation %u\n", in s3c_cpufreq_target()
299 s3c_freq_dbg("%s: adjust %d to entry %d (%u)\n", __func__, in s3c_cpufreq_target()
331 s3c_freq_dbg("%s: target %u => %u\n", in s3c_cpufreq_target()
402 s3c_freq_dbg("%s: resuming with policy %p\n", __func__, policy); in s3c_cpufreq_resume()
DKconfig.arm145 Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
/Linux-v4.19/arch/arm/plat-samsung/include/plat/
Dcpu-freq-core.h257 #define s3c_freq_dbg(x...) printk(KERN_INFO x) macro
259 #define s3c_freq_dbg(x...) do { if (0) printk(x); } while (0) macro
279 s3c_freq_dbg("%s: { %d = %u kHz }\n", in s3c_cpufreq_addfreq()
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dcpufreq-utils.c46 s3c_freq_dbg("%s: refresh value %lu\n", __func__, refresh); in s3c2410_cpufreq_setrefresh()
Diotiming-s3c2412.c275 s3c_freq_dbg("%s: refresh value %u\n", __func__, (unsigned int)refresh); in s3c2412_cpufreq_setrefresh()