Lines Matching full:clocks
8 * Define clocks in the app platform.
39 * - switch to the clkdevice lookup mechanism that maps clocks to
41 * - implement rate get/set for all clocks that need it.
54 * NOTE: the idea is NOT to show how the clocks are routed on the chip!
62 * Please be aware that a few clocks are hw controlled, which mean that
153 /* The MMC and MSPRO clocks need some special set-up */ in __clk_get()
185 /* Don't touch the hardware controlled clocks */ in syscon_clk_disable()
198 /* Don't touch the hardware controlled clocks */ in syscon_clk_enable()
411 /* clocks without enable function are always on */ in clk_enable()
693 * bridge and the clock framework makes sure that the clocks have
696 * Clocks that have hw_ctrld = true are hw controlled, and the hw
697 * can by itself turn these clocks on and off.
874 * Clocks on the AHB bridge
934 * Clocks on the FAST bridge
1075 * Clocks on the SLOW bridge
1255 * Here we only define clocks that are meaningful to
1274 /* AHB bridge clocks */
1281 /* FAST bridge clocks */
1299 /* SLOW bridge clocks */
1325 * reference count and reset status) for the clocks in the platform
1329 /* A list of all clocks in the platform */
1348 /* AHB bridge clocks */
1353 /* FAST bridge clocks */
1365 /* SLOW bridge clocks */
1449 /* Expose a simple debugfs interface to view all clocks */ in init_clk_read_debugfs()
1457 * overall clocks, because debugfs is not available until
1496 * These clocks will be claimed by drivers later. in u300_clock_init()