Searched refs:zynq_clkc_base (Results 1 – 1 of 1) sorted by relevance
29 static void __iomem *zynq_clkc_base; variable31 #define SLCR_ARMPLL_CTRL (zynq_clkc_base + 0x00)32 #define SLCR_DDRPLL_CTRL (zynq_clkc_base + 0x04)33 #define SLCR_IOPLL_CTRL (zynq_clkc_base + 0x08)34 #define SLCR_PLL_STATUS (zynq_clkc_base + 0x0c)35 #define SLCR_ARM_CLK_CTRL (zynq_clkc_base + 0x20)36 #define SLCR_DDR_CLK_CTRL (zynq_clkc_base + 0x24)37 #define SLCR_DCI_CLK_CTRL (zynq_clkc_base + 0x28)38 #define SLCR_APER_CLK_CTRL (zynq_clkc_base + 0x2c)39 #define SLCR_GEM0_CLK_CTRL (zynq_clkc_base + 0x40)[all …]