rzg2l-cpg.h (651a88798412e216f337d70181127e847f00a4b7) | rzg2l-cpg.h (c8b088224c25ef4f5270f9de6a3516181b63f38c) |
---|---|
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 --- 188 unchanged lines hidden (view full) --- 197 const struct rzg2l_reset *resets; 198 unsigned int num_resets; 199 200 /* Critical Module Clocks that should not be disabled */ 201 const unsigned int *crit_mod_clks; 202 unsigned int num_crit_mod_clks; 203}; 204 | 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 --- 188 unchanged lines hidden (view full) --- 197 const struct rzg2l_reset *resets; 198 unsigned int num_resets; 199 200 /* Critical Module Clocks that should not be disabled */ 201 const unsigned int *crit_mod_clks; 202 unsigned int num_crit_mod_clks; 203}; 204 |
205extern const struct rzg2l_cpg_info r9a07g043_cpg_info; |
|
205extern const struct rzg2l_cpg_info r9a07g044_cpg_info; 206extern const struct rzg2l_cpg_info r9a07g054_cpg_info; 207 208#endif | 206extern const struct rzg2l_cpg_info r9a07g044_cpg_info; 207extern const struct rzg2l_cpg_info r9a07g054_cpg_info; 208 209#endif |