Lines Matching +full:platform +full:- +full:pll
1 /* SPDX-License-Identifier: GPL-2.0-only */
13 #include <linux/clk-provider.h>
14 #include "clk-pll.h"
15 #include "clk-cpu.h"
18 * struct samsung_clk_provider - information about clock provider
21 * @lock: maintains exclusion between callbacks for a given clock-provider
33 * struct samsung_clock_alias - information about mux clock
34 * @id: platform specific id of the clock
54 * struct samsung_fixed_rate_clock - information about fixed-rate clock
55 * @id: platform specific id of the clock
56 * @name: name of this fixed-rate clock
58 * @flags: optional fixed-rate clock flags
79 * struct samsung_fixed_factor_clock - information about fixed-factor clock
80 * @id: platform specific id of the clock
81 * @name: name of this fixed-factor clock
85 * @flags: optional fixed-factor clock flags
107 * struct samsung_mux_clock - information about mux clock
108 * @id: platform specific id of the clock
114 * @shift: starting bit location of the mux control bit-field in @reg
115 * @width: width of the mux control bit-field in @reg
116 * @mux_flags: flags for mux-type clock
157 * struct samsung_div_clock - information about div clock
158 * @id: platform specific id of the clock
163 * @shift: starting bit location of the div control bit-field in @reg
165 * @div_flags: flags for div-type clock
203 * struct samsung_gate_clock - information about gate clock
204 * @id: platform specific id of the clock
209 * @bit_idx: bit index of the gate control bit-field in @reg
210 * @gate_flags: flags for gate-type clock
239 * struct samsung_clk_reg_dump - register dump of clock controller registers
249 * struct samsung_pll_clock - information about pll clock
250 * @id: platform specific id of the clock
251 * @name: name of this pll clock
254 * @con_offset: offset of the register for configuring the PLL
255 * @lock_offset: offset of the register for locking the PLL
256 * @type: type of PLL to be registered
257 * @rate_table: array of PLL settings for possible PLL rates
282 #define PLL(_typ, _id, _name, _pname, _lock, _con, _rtable) \ macro
319 * struct samsung_cmu_info - all clocks information needed for CMU registration
320 * @pll_clks: list of PLL clocks
340 * @manual_plls: Enable manual control for PLL clocks