File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ struct r8a73a4_cpg {
30
30
#define CPG_PLL2HCR 0xe4
31
31
#define CPG_PLL2SCR 0xf4
32
32
33
- #define CLK_ENABLE_ON_INIT BIT(0)
34
-
35
33
struct div4_clk {
36
34
const char * name ;
37
35
unsigned int reg ;
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ struct r8a7740_cpg {
26
26
#define CPG_USBCKCR 0x8c
27
27
#define CPG_FRQCRC 0xe0
28
28
29
- #define CLK_ENABLE_ON_INIT BIT(0)
30
-
31
29
struct div4_clk {
32
30
const char * name ;
33
31
unsigned int reg ;
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ struct sh73a0_cpg {
34
34
#define CPG_DSI0PHYCR 0x6c
35
35
#define CPG_DSI1PHYCR 0x70
36
36
37
- #define CLK_ENABLE_ON_INIT BIT(0)
38
-
39
37
struct div4_clk {
40
38
const char * name ;
41
39
const char * parent ;
You can’t perform that action at this time.
0 commit comments