We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f7e81 commit 86e122cCopy full SHA for 86e122c
drivers/clk/renesas/rzg2l-cpg.h
@@ -9,6 +9,7 @@
9
#ifndef __RENESAS_RZG2L_CPG_H__
10
#define __RENESAS_RZG2L_CPG_H__
11
12
+#define CPG_PL1_DDIV (0x200)
13
#define CPG_PL2_DDIV (0x204)
14
#define CPG_PL3A_DDIV (0x208)
15
#define CPG_PL2SDHI_DSEL (0x218)
@@ -29,6 +30,7 @@
29
30
31
#define DDIV_PACK(offset, bitpos, size) \
32
(((offset) << 20) | ((bitpos) << 12) | ((size) << 8))
33
+#define DIVPL1A DDIV_PACK(CPG_PL1_DDIV, 0, 2)
34
#define DIVPL2A DDIV_PACK(CPG_PL2_DDIV, 0, 3)
35
#define DIVPL3A DDIV_PACK(CPG_PL3A_DDIV, 0, 3)
36
#define DIVPL3B DDIV_PACK(CPG_PL3A_DDIV, 4, 3)
0 commit comments