Go to the documentation of this file.
19 #define S3C2412_MAX_IO (8)
199 unsigned int plls_no);
205 #ifdef CONFIG_CPU_FREQ_S3C24XX_DEBUGFS
206 #define s3c_cpufreq_debugfs_call(x) x
208 #define s3c_cpufreq_debugfs_call(x) NULL
220 #ifdef CONFIG_S3C2410_IOTIMING
234 #define s3c2410_iotiming_debugfs NULL
235 #define s3c2410_iotiming_calc NULL
236 #define s3c2410_iotiming_get NULL
237 #define s3c2410_iotiming_set NULL
242 #ifdef CONFIG_S3C2412_IOTIMING
256 #define s3c2412_iotiming_debugfs NULL
257 #define s3c2412_iotiming_calc NULL
258 #define s3c2412_iotiming_get NULL
259 #define s3c2412_iotiming_set NULL
262 #ifdef CONFIG_CPU_FREQ_S3C24XX_DEBUG
263 #define s3c_freq_dbg(x...) printk(KERN_INFO x)
265 #define s3c_freq_dbg(x...) do { if (0) printk(x); } while (0)
268 #ifdef CONFIG_CPU_FREQ_S3C24XX_IODEBUG
269 #define s3c_freq_iodbg(x...) printk(KERN_INFO x)
271 #define s3c_freq_iodbg(x...) do { if (0) printk(x); } while (0)
275 int index,
size_t table_size,
282 if (index >= table_size)
286 __func__, index, freq);