rzg2l-cpg.h (62b1feac485866494f111e3a6aa4a9ae03a7a2b9) rzg2l-cpg.h (de60a3ebe410670ffdbbc95faa25a820da44ab11)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * RZ/G2L Clock Pulse Generator
4 *
5 * Copyright (C) 2021 Renesas Electronics Corp.
6 *
7 */
8

--- 270 unchanged lines hidden (view full) ---

279 unsigned int num_crit_mod_clks;
280
281 bool has_clk_mon_regs;
282};
283
284extern const struct rzg2l_cpg_info r9a07g043_cpg_info;
285extern const struct rzg2l_cpg_info r9a07g044_cpg_info;
286extern const struct rzg2l_cpg_info r9a07g054_cpg_info;
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * RZ/G2L Clock Pulse Generator
4 *
5 * Copyright (C) 2021 Renesas Electronics Corp.
6 *
7 */
8

--- 270 unchanged lines hidden (view full) ---

279 unsigned int num_crit_mod_clks;
280
281 bool has_clk_mon_regs;
282};
283
284extern const struct rzg2l_cpg_info r9a07g043_cpg_info;
285extern const struct rzg2l_cpg_info r9a07g044_cpg_info;
286extern const struct rzg2l_cpg_info r9a07g054_cpg_info;
287extern const struct rzg2l_cpg_info r9a08g045_cpg_info;
287extern const struct rzg2l_cpg_info r9a09g011_cpg_info;
288
289int rzg2l_cpg_sd_clk_mux_notifier(struct notifier_block *nb, unsigned long event, void *data);
290int rzg3s_cpg_div_clk_notifier(struct notifier_block *nb, unsigned long event, void *data);
291
292#endif
288extern const struct rzg2l_cpg_info r9a09g011_cpg_info;
289
290int rzg2l_cpg_sd_clk_mux_notifier(struct notifier_block *nb, unsigned long event, void *data);
291int rzg3s_cpg_div_clk_notifier(struct notifier_block *nb, unsigned long event, void *data);
292
293#endif