Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
Ds3c2412-cpufreq.c65 s3c_freq_dbg("%s: fclk=%lu, armclk=%lu, hclk_max=%lu\n", in s3c2412_cpufreq_calcdivs()
67 s3c_freq_dbg("%s: want f=%lu, arm=%lu, h=%lu, p=%lu\n", in s3c2412_cpufreq_calcdivs()
93 s3c_freq_dbg("%s: armclk %lu, hclk %lu, armdiv %d, hdiv %d, dvs %d\n", in s3c2412_cpufreq_calcdivs()
106 s3c_freq_dbg("%s: pdiv %d\n", __func__, pdiv); in s3c2412_cpufreq_calcdivs()
145 s3c_freq_dbg("%s: div %08lx => %08lx\n", __func__, olddiv, clkdiv); in s3c2412_cpufreq_setdivs()
Ds3c2440-cpufreq.c77 s3c_freq_dbg("%s: fclk is %lu, armclk %lu, max hclk %lu\n", in s3c2440_cpufreq_calcdivs()
98 s3c_freq_dbg("%s: hclk %lu, div %d\n", __func__, hclk, hdiv); in s3c2440_cpufreq_calcdivs()
108 s3c_freq_dbg("%s: pdiv %d\n", __func__, pdiv); in s3c2440_cpufreq_calcdivs()
156 s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__, in s3c2440_cpufreq_setdivs()
249 s3c_freq_dbg("%s: returning %d\n", __func__, ret); in s3c2440_cpufreq_calctable()
Ds3c2410-cpufreq.c54 s3c_freq_dbg("%s: fclk is %lu, max hclk %lu\n", in s3c2410_cpufreq_calcdivs()
61 s3c_freq_dbg("%s: hclk too big\n", __func__); in s3c2410_cpufreq_calcdivs()
69 s3c_freq_dbg("%s: pclk too big\n", __func__); in s3c2410_cpufreq_calcdivs()
Ds3c24xx-cpufreq.c99 s3c_freq_dbg("%s: Fvco=%u, F=%lu, A=%lu, H=%lu (%u), P=%lu (%u)\n", in s3c_cpufreq_show()
177 s3c_freq_dbg("%s: got divs\n", __func__); in s3c_cpufreq_settarget()
181 s3c_freq_dbg("%s: calculated frequencies for new\n", __func__); in s3c_cpufreq_settarget()
256 s3c_freq_dbg("%s: finished\n", __func__); in s3c_cpufreq_settarget()
285 s3c_freq_dbg("%s: policy %p, target %u, relation %u\n", in s3c_cpufreq_target()
292 s3c_freq_dbg("%s: adjust %d to entry %d (%u)\n", __func__, in s3c_cpufreq_target()
324 s3c_freq_dbg("%s: target %u => %u\n", in s3c_cpufreq_target()
395 s3c_freq_dbg("%s: resuming with policy %p\n", __func__, policy); in s3c_cpufreq_resume()
DKconfig.arm182 Enable s3c_freq_dbg for the Samsung S3C CPUfreq core
/kernel/linux/linux-5.10/include/linux/soc/samsung/
Ds3c-cpufreq-core.h260 #define s3c_freq_dbg(x...) printk(KERN_INFO x) macro
262 #define s3c_freq_dbg(x...) do { if (0) printk(x); } while (0) macro
282 s3c_freq_dbg("%s: { %d = %u kHz }\n", in s3c_cpufreq_addfreq()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dcpufreq-utils-s3c24xx.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()