Lines Matching +full:0 +full:x53f80000
19 #define MX31_CCM_BASE_ADDR 0x53f80000
20 #define MX31_GPT1_BASE_ADDR 0x53f90000
23 #define MXC_CCM_CCMR 0x00
24 #define MXC_CCM_PDR0 0x04
25 #define MXC_CCM_PDR1 0x08
26 #define MXC_CCM_MPCTL 0x10
27 #define MXC_CCM_UPCTL 0x14
28 #define MXC_CCM_SRPCTL 0x18
29 #define MXC_CCM_CGR0 0x20
30 #define MXC_CCM_CGR1 0x24
31 #define MXC_CCM_CGR2 0x28
32 #define MXC_CCM_PMCR0 0x5c
66 clk[dummy] = imx_clk_fixed("dummy", 0); in _mx31_clocks_init()
86 clk[sdhc1_gate] = imx_clk_gate2("sdhc1_gate", "per", base + MXC_CCM_CGR0, 0); in _mx31_clocks_init()
102 clk[hantro_gate] = imx_clk_gate2("hantro_gate", "per", base + MXC_CCM_CGR1, 0); in _mx31_clocks_init()
118 clk[ssi2_gate] = imx_clk_gate2("ssi2_gate", "spll", base + MXC_CCM_CGR2, 0); in _mx31_clocks_init()
151 ccm = of_iomap(np, 0); in mx31_clocks_init_dt()