Lines Matching full:scu
13 #include "clk-scu.h"
21 * struct clk_scu - Description of one SCU clock
23 * @rsrc_id: resource ID of this SCU clock
34 * @hdr: SCU protocol header
39 * This structure describes the SCU protocol of clock rate set
59 * @hdr: SCU protocol header
63 * This structure describes the SCU protocol of clock rate get
75 * @hdr: SCU protocol header
79 * This structure describes the SCU protocol of clock get parent
96 * @hdr: SCU protocol header
99 * This structure describes the SCU protocol of clock set parent
110 * @hdr: SCU protocol header
116 * This structure describes the SCU protocol of clock gate
137 * clk_scu_recalc_rate - Get clock rate for a SCU clock
141 * Gets the current clock rate of a SCU clock. Returns the current
171 * clk_scu_round_rate - Round clock rate for a SCU clock
182 * Assume we support all the requested rate and let the SCU firmware in clk_scu_round_rate()
208 * clk_scu_set_rate - Set rate for a SCU clock
211 * @parent_rate: rate of the clock parent, not used for SCU clocks
213 * Sets a clock frequency for a SCU clock. Returns the SCU
298 * clk_scu_prepare - Enable a SCU clock
312 * clk_scu_unprepare - Disable a SCU clock