printf: Remove unused 'bprintf'
[drm/drm-misc.git] / drivers / clk / ux500 / prcc.h
blob5b6774d79506b66d58531b34449829c0a654f349
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __PRCC_H
4 #define __PRCC_H
6 #define PRCC_NUM_PERIPH_CLUSTERS 6
7 #define PRCC_PERIPHS_PER_CLUSTER 32
9 /* CLKRST4 is missing making it hard to index things */
10 enum clkrst_index {
11 CLKRST1_INDEX = 0,
12 CLKRST2_INDEX,
13 CLKRST3_INDEX,
14 CLKRST5_INDEX,
15 CLKRST6_INDEX,
16 CLKRST_MAX,
19 #endif