Searched refs:zynq_clkc_base (Results 1 – 1 of 1) sorted by relevance
19 static void __iomem *zynq_clkc_base; variable21 #define SLCR_ARMPLL_CTRL (zynq_clkc_base + 0x00)22 #define SLCR_DDRPLL_CTRL (zynq_clkc_base + 0x04)23 #define SLCR_IOPLL_CTRL (zynq_clkc_base + 0x08)24 #define SLCR_PLL_STATUS (zynq_clkc_base + 0x0c)25 #define SLCR_ARM_CLK_CTRL (zynq_clkc_base + 0x20)26 #define SLCR_DDR_CLK_CTRL (zynq_clkc_base + 0x24)27 #define SLCR_DCI_CLK_CTRL (zynq_clkc_base + 0x28)28 #define SLCR_APER_CLK_CTRL (zynq_clkc_base + 0x2c)29 #define SLCR_GEM0_CLK_CTRL (zynq_clkc_base + 0x40)[all …]