repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
drivers
/
clk
/
ux500
/
prcc.h
blob
5b6774d79506b66d58531b34449829c0a654f349
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __PRCC_H
4
#define __PRCC_H
5
6
#define PRCC_NUM_PERIPH_CLUSTERS 6
7
#define PRCC_PERIPHS_PER_CLUSTER 32
8
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
,
17
};
18
19
#endif