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