Lines Matching refs:anatop_base
60 #define PFD_PLL1_BASE (anatop_base + 0x2b0)
61 #define PFD_PLL2_BASE (anatop_base + 0x100)
62 #define PFD_PLL3_BASE (anatop_base + 0xf0)
63 #define PLL1_CTRL (anatop_base + 0x270)
64 #define PLL2_CTRL (anatop_base + 0x30)
65 #define PLL3_CTRL (anatop_base + 0x10)
66 #define PLL4_CTRL (anatop_base + 0x70)
67 #define PLL5_CTRL (anatop_base + 0xe0)
68 #define PLL6_CTRL (anatop_base + 0xa0)
69 #define PLL7_CTRL (anatop_base + 0x20)
70 #define ANA_MISC1 (anatop_base + 0x160)
72 static void __iomem *anatop_base; variable
204 anatop_base = of_iomap(np, 0); in vf610_clocks_init()
205 BUG_ON(!anatop_base); in vf610_clocks_init()