Lines Matching full:clocks
59 static LIST_HEAD(clocks);
195 /* base clocks */
273 * Add the specified clock to the list of clocks known by the system.
292 * @nr_clks: The number of clocks in the @clks array.
314 * s3c_register_clocks() - register an array of clocks
316 * @nr_clks: Number of clocks to register.
336 * s3c_disable_clocks() - disable an array of clocks
338 * @nr_clks: Number of clocks to register.
340 * for internal use only at initialisation time. disable the clocks in the
350 /* initialise all the clocks */
354 printk(KERN_INFO "S3C24XX Clocks, Copyright 2004 Simtec Electronics\n"); in s3c24xx_register_baseclocks()
358 /* register our clocks */ in s3c24xx_register_baseclocks()
450 list_for_each_entry(c, &clocks, list) { in clk_debugfs_init()