Home
last modified time | relevance | path

Searched refs:clk_regmap (Results 1 – 25 of 148) sorted by relevance

123456

/openbmc/linux/drivers/clk/meson/
H A Daxg-audio.c327 static struct clk_regmap ddr_arb =
329 static struct clk_regmap pdm =
331 static struct clk_regmap tdmin_a =
333 static struct clk_regmap tdmin_b =
335 static struct clk_regmap tdmin_c =
345 static struct clk_regmap frddr_a =
347 static struct clk_regmap frddr_b =
349 static struct clk_regmap frddr_c =
633 static struct clk_regmap toram =
637 static struct clk_regmap eqdrc =
[all …]
H A Da1-peripherals.c20 static struct clk_regmap xtal_in = {
35 static struct clk_regmap fixpll_in = {
50 static struct clk_regmap usb_phy_in = {
110 static struct clk_regmap dds_in = {
224 static struct clk_regmap rtc = {
281 static struct clk_regmap sys_b = {
329 static struct clk_regmap sys_a = {
345 static struct clk_regmap sys = {
804 static struct clk_regmap gen = {
1262 static struct clk_regmap ts = {
[all …]
H A Daxg.c71 static struct clk_regmap axg_fixed_pll = {
130 static struct clk_regmap axg_sys_pll = {
235 static struct clk_regmap axg_gp0_pll = {
522 static struct clk_regmap axg_mpll0 = {
573 static struct clk_regmap axg_mpll1 = {
629 static struct clk_regmap axg_mpll2 = {
680 static struct clk_regmap axg_mpll3 = {
902 static struct clk_regmap axg_clk81 = {
1139 static struct clk_regmap axg_vpu = {
1273 static struct clk_regmap axg_vapb = {
[all …]
H A Dgxbb.c131 static struct clk_regmap gxbb_fixed_pll = {
357 static struct clk_regmap gxl_hdmi_pll = {
775 static struct clk_regmap gxbb_mpll0 = {
827 static struct clk_regmap gxbb_mpll1 = {
870 static struct clk_regmap gxbb_mpll2 = {
932 static struct clk_regmap gxbb_clk81 = {
1130 static struct clk_regmap gxbb_mali = {
1604 static struct clk_regmap gxbb_vpu = {
1761 static struct clk_regmap gxbb_vapb = {
1968 static struct clk_regmap gxbb_vclk = {
[all …]
H A Dclk-phase.c16 meson_clk_phase_data(struct clk_regmap *clk) in meson_clk_phase_data()
39 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_phase_get_phase()
50 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_phase_set_phase()
76 meson_clk_triphase_data(struct clk_regmap *clk) in meson_clk_triphase_data()
83 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_triphase_sync()
97 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_triphase_get_phase()
109 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_triphase_set_phase()
135 meson_sclk_ws_inv_data(struct clk_regmap *clk) in meson_sclk_ws_inv_data()
142 struct clk_regmap *clk = to_clk_regmap(hw); in meson_sclk_ws_inv_sync()
155 struct clk_regmap *clk = to_clk_regmap(hw); in meson_sclk_ws_inv_get_phase()
[all …]
H A Dg12a.c32 static struct clk_regmap g12a_fixed_pll_dco = {
75 static struct clk_regmap g12a_fixed_pll = {
142 static struct clk_regmap g12a_sys_pll = {
201 static struct clk_regmap g12b_sys1_pll = {
702 static struct clk_regmap sm1_gp1_pll;
2802 static struct clk_regmap g12a_vpu = {
3117 static struct clk_regmap g12a_vapb = {
3234 static struct clk_regmap g12a_vclk = {
3765 static struct clk_regmap g12a_hdmi = {
3909 static struct clk_regmap g12a_mali = {
[all …]
H A Dclk-regmap.h23 struct clk_regmap { struct
29 static inline struct clk_regmap *to_clk_regmap(struct clk_hw *hw) in to_clk_regmap() argument
31 return container_of(hw, struct clk_regmap, hw); in to_clk_regmap()
51 clk_get_regmap_gate_data(struct clk_regmap *clk) in clk_get_regmap_gate_data()
79 clk_get_regmap_div_data(struct clk_regmap *clk) in clk_get_regmap_div_data()
109 clk_get_regmap_mux_data(struct clk_regmap *clk) in clk_get_regmap_mux_data()
118 struct clk_regmap _name = { \
H A Dg12a-aoclk.c47 static struct clk_regmap g12a_aoclk_##_name = { \
79 static struct clk_regmap g12a_aoclk_cts_oscin = {
179 static struct clk_regmap g12a_aoclk_32k_by_oscin = {
197 static struct clk_regmap g12a_aoclk_cec_pre = {
212 static struct clk_regmap g12a_aoclk_cec_div = {
251 static struct clk_regmap g12a_aoclk_cec_sel = {
270 static struct clk_regmap g12a_aoclk_cec = {
305 static struct clk_regmap g12a_aoclk_clk81 = {
324 static struct clk_regmap g12a_aoclk_saradc_mux = {
341 static struct clk_regmap g12a_aoclk_saradc_div = {
[all …]
H A Dsclk-div.c26 meson_sclk_div_data(struct clk_regmap *clk) in meson_sclk_div_data()
102 struct clk_regmap *clk = to_clk_regmap(hw); in sclk_div_determine_rate()
112 static void sclk_apply_ratio(struct clk_regmap *clk, in sclk_apply_ratio()
128 struct clk_regmap *clk = to_clk_regmap(hw); in sclk_div_set_duty_cycle()
142 struct clk_regmap *clk = to_clk_regmap(hw); in sclk_div_get_duty_cycle()
170 struct clk_regmap *clk = to_clk_regmap(hw); in sclk_div_set_rate()
185 struct clk_regmap *clk = to_clk_regmap(hw); in sclk_div_recalc_rate()
193 struct clk_regmap *clk = to_clk_regmap(hw); in sclk_div_enable()
203 struct clk_regmap *clk = to_clk_regmap(hw); in sclk_div_disable()
211 struct clk_regmap *clk = to_clk_regmap(hw); in sclk_div_is_enabled()
[all …]
H A Daxg-aoclk.c38 static struct clk_regmap axg_aoclk_##_name = { \
62 static struct clk_regmap axg_aoclk_cts_oscin = {
77 static struct clk_regmap axg_aoclk_32k_pre = {
102 static struct clk_regmap axg_aoclk_32k_div = {
141 static struct clk_regmap axg_aoclk_32k_sel = {
160 static struct clk_regmap axg_aoclk_32k = {
195 static struct clk_regmap axg_aoclk_clk81 = {
214 static struct clk_regmap axg_aoclk_saradc_mux = {
231 static struct clk_regmap axg_aoclk_saradc_div = {
248 static struct clk_regmap axg_aoclk_saradc_gate = {
[all …]
H A Dmeson8b.c104 static struct clk_regmap meson8b_fixed_pll = {
299 static struct clk_regmap meson8b_sys_pll = {
507 static struct clk_regmap meson8b_mpll0 = {
552 static struct clk_regmap meson8b_mpll1 = {
597 static struct clk_regmap meson8b_mpll2 = {
654 static struct clk_regmap meson8b_clk81 = {
775 static struct clk_regmap meson8b_cpu_clk = {
1991 static struct clk_regmap meson8b_mali = {
2151 static struct clk_regmap meson8b_vpu_0 = {
2222 static struct clk_regmap meson8b_vpu_1 = {
[all …]
H A Dgxbb-aoclk.c27 static struct clk_regmap _name##_ao = { \
50 static struct clk_regmap ao_cts_oscin = {
65 static struct clk_regmap ao_32k_pre = {
88 static struct clk_regmap ao_32k_div = {
125 static struct clk_regmap ao_32k_sel = {
144 static struct clk_regmap ao_32k = {
158 static struct clk_regmap ao_cts_rtc_oscin = {
180 static struct clk_regmap ao_clk81 = {
199 static struct clk_regmap ao_cts_cec = {
240 static struct clk_regmap *gxbb_aoclk[] = {
H A Dclk-regmap.c12 struct clk_regmap *clk = to_clk_regmap(hw); in clk_regmap_gate_endisable()
34 struct clk_regmap *clk = to_clk_regmap(hw); in clk_regmap_gate_is_enabled()
62 struct clk_regmap *clk = to_clk_regmap(hw); in clk_regmap_div_recalc_rate()
81 struct clk_regmap *clk = to_clk_regmap(hw); in clk_regmap_div_determine_rate()
106 struct clk_regmap *clk = to_clk_regmap(hw); in clk_regmap_div_set_rate()
138 struct clk_regmap *clk = to_clk_regmap(hw); in clk_regmap_mux_get_parent()
154 struct clk_regmap *clk = to_clk_regmap(hw); in clk_regmap_mux_set_parent()
166 struct clk_regmap *clk = to_clk_regmap(hw); in clk_regmap_mux_determine_rate()
H A Da1-pll.c19 static struct clk_regmap fixed_pll_dco = {
62 static struct clk_regmap fixed_pll = {
90 static struct clk_regmap hifi_pll = {
154 static struct clk_regmap fclk_div2 = {
192 static struct clk_regmap fclk_div3 = {
225 static struct clk_regmap fclk_div5 = {
258 static struct clk_regmap fclk_div7 = {
288 static struct clk_regmap *const a1_pll_regmaps[] = {
H A Dclk-cpu-dyndiv.c14 meson_clk_cpu_dyndiv_data(struct clk_regmap *clk) in meson_clk_cpu_dyndiv_data()
22 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_cpu_dyndiv_recalc_rate()
33 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_cpu_dyndiv_determine_rate()
42 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_cpu_dyndiv_set_rate()
H A Dclk-mpll.c26 meson_clk_mpll_data(struct clk_regmap *clk) in meson_clk_mpll_data()
78 struct clk_regmap *clk = to_clk_regmap(hw); in mpll_recalc_rate()
92 struct clk_regmap *clk = to_clk_regmap(hw); in mpll_determine_rate()
112 struct clk_regmap *clk = to_clk_regmap(hw); in mpll_set_rate()
140 struct clk_regmap *clk = to_clk_regmap(hw); in mpll_init()
H A Dclk-pll.c40 meson_clk_pll_data(struct clk_regmap *clk) in meson_clk_pll_data()
74 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_pll_recalc_rate()
247 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_pll_determine_rate()
277 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_pll_wait_lock()
294 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_pll_init()
313 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_pll_is_enabled()
343 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_pll_enable()
388 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_pll_disable()
406 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_pll_set_rate()
H A Dclk-dualdiv.c31 meson_clk_dualdiv_data(struct clk_regmap *clk) in meson_clk_dualdiv_data()
50 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_dualdiv_recalc_rate()
92 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_dualdiv_determine_rate()
111 struct clk_regmap *clk = to_clk_regmap(hw); in meson_clk_dualdiv_set_rate()
H A Dmeson8-ddr.c25 static struct clk_regmap meson8_ddr_pll_dco = {
63 static struct clk_regmap meson8_ddr_pll = {
88 static struct clk_regmap *const meson8_ddr_clk_regmaps[] = {
/openbmc/linux/drivers/clk/qcom/
H A Dclk-regmap.h20 struct clk_regmap { struct
28 static inline struct clk_regmap *to_clk_regmap(struct clk_hw *hw) in to_clk_regmap() argument
30 return container_of(hw, struct clk_regmap, hw); in to_clk_regmap()
36 int devm_clk_register_regmap(struct device *dev, struct clk_regmap *rclk);
H A Dclk-regmap-phy-mux.c18 static inline struct clk_regmap_phy_mux *to_clk_regmap_phy_mux(struct clk_regmap *clkr) in to_clk_regmap_phy_mux()
25 struct clk_regmap *clkr = to_clk_regmap(hw); in phy_mux_is_enabled()
39 struct clk_regmap *clkr = to_clk_regmap(hw); in phy_mux_enable()
49 struct clk_regmap *clkr = to_clk_regmap(hw); in phy_mux_disable()
H A Dclk-regmap.c24 struct clk_regmap *rclk = to_clk_regmap(hw); in clk_is_enabled_regmap()
50 struct clk_regmap *rclk = to_clk_regmap(hw); in clk_enable_regmap()
74 struct clk_regmap *rclk = to_clk_regmap(hw); in clk_disable_regmap()
97 int devm_clk_register_regmap(struct device *dev, struct clk_regmap *rclk) in devm_clk_register_regmap()
H A Dclk-regmap-divider.c22 struct clk_regmap *clkr = &divider->clkr; in div_round_ro_rate()
46 struct clk_regmap *clkr = &divider->clkr; in div_set_rate()
61 struct clk_regmap *clkr = &divider->clkr; in div_recalc_rate()
H A Dclk-rcg.h85 struct clk_regmap clkr;
124 struct clk_regmap clkr;
153 struct clk_regmap clkr;
/openbmc/linux/drivers/clk/nxp/
H A Dclk-lpc32xx.c74 static struct regmap *clk_regmap; variable
393 regmap_read(clk_regmap, clk->reg, &val); in clk_mask_enable()
406 regmap_update_bits(clk_regmap, clk->reg, in clk_mask_disable()
415 regmap_read(clk_regmap, clk->reg, &val); in clk_mask_is_enabled()
457 regmap_read(clk_regmap, clk->reg, &val); in clk_pll_is_enabled()
480 regmap_read(clk_regmap, clk->reg, &val); in clk_pll_recalc_rate()
718 regmap_read(clk_regmap, clk->reg, &val); in clk_ddram_is_enabled()
730 regmap_read(clk_regmap, clk->reg, &val); in clk_ddram_enable()
1479 regmap_read(clk_regmap, reg, &val); in lpc32xx_clk_div_quirk()
1521 if (IS_ERR(clk_regmap)) { in lpc32xx_clk_init()
[all …]

123456