xref: /kernel/linux/linux-6.6/drivers/clk/ux500/prcc.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/clk/ux500/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci
362306a36Sopenharmony_ci#ifndef __PRCC_H
462306a36Sopenharmony_ci#define __PRCC_H
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#define PRCC_NUM_PERIPH_CLUSTERS 6
762306a36Sopenharmony_ci#define PRCC_PERIPHS_PER_CLUSTER 32
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci/* CLKRST4 is missing making it hard to index things */
1062306a36Sopenharmony_cienum clkrst_index {
1162306a36Sopenharmony_ci	CLKRST1_INDEX = 0,
1262306a36Sopenharmony_ci	CLKRST2_INDEX,
1362306a36Sopenharmony_ci	CLKRST3_INDEX,
1462306a36Sopenharmony_ci	CLKRST5_INDEX,
1562306a36Sopenharmony_ci	CLKRST6_INDEX,
1662306a36Sopenharmony_ci	CLKRST_MAX,
1762306a36Sopenharmony_ci};
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci#endif
20

Indexes created Thu Nov 07 10:32:03 CST 2024