rzg2l-cpg.h (542898c5aa5c6a3179dffb1d1606884a63f75fed) | rzg2l-cpg.h (a1bcf50a99dd1e40f0c6a963bd4f12547a89d4cd) |
---|---|
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 --- 189 unchanged lines hidden (view full) --- 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 r9a07g044_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 --- 189 unchanged lines hidden (view full) --- 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 r9a07g044_cpg_info; |
206extern const struct rzg2l_cpg_info r9a07g054_cpg_info; |
|
206 207#endif | 207 208#endif |