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