Searched refs:prcmu_base (Results 1 – 3 of 3) sorted by relevance
51 #define PRCM_ARM_PLLDIVPS (prcmu_base + 0x118)66 #define PRCM_ARMCLKFIX_MGT (prcmu_base + 0x0)71 #define PRCM_SRAM_A9 (prcmu_base + 0x308)88 #define PRCM_HOLD_EVT (prcmu_base + 0x174)95 #define PRCM_ITSTATUS0 (prcmu_base + 0x148)96 #define PRCM_ITSTATUS1 (prcmu_base + 0x150)97 #define PRCM_ITSTATUS2 (prcmu_base + 0x158)98 #define PRCM_ITSTATUS3 (prcmu_base + 0x160)99 #define PRCM_ITSTATUS4 (prcmu_base + 0x168)100 #define PRCM_ITSTATUS5 (prcmu_base + 0x484)[all …]
450 static __iomem void *prcmu_base; variable546 return readl(prcmu_base + reg); in db8500_prcmu_read()554 writel(value, (prcmu_base + reg)); in db8500_prcmu_write()564 val = readl(prcmu_base + reg); in db8500_prcmu_write_masked()566 writel(val, (prcmu_base + reg)); in db8500_prcmu_write_masked()873 val = readl(prcmu_base + clock_reg[i]); in request_even_slower_clocks()889 writel(val, prcmu_base + clock_reg[i]); in request_even_slower_clocks()1256 val = readl(prcmu_base + clk_mgt[clock].offset); in request_clock()2667 prcmu_base = of_iomap(np, 0); in db8500_prcmu_early_init()2668 if (!prcmu_base) { in db8500_prcmu_early_init()[all …]
23 #define PRCM_IOCR (prcmu_base + 0x310)27 #define PRCM_A9_MASK_REQ (prcmu_base + 0x328)30 #define PRCM_A9_MASK_ACK (prcmu_base + 0x32c)31 #define PRCM_ARMITMSK31TO0 (prcmu_base + 0x11c)32 #define PRCM_ARMITMSK63TO32 (prcmu_base + 0x120)33 #define PRCM_ARMITMSK95TO64 (prcmu_base + 0x124)36 #define PRCM_ARMITVAL31TO0 (prcmu_base + 0x260)37 #define PRCM_ARMITVAL63TO32 (prcmu_base + 0x264)41 static void __iomem *prcmu_base; variable180 prcmu_base = ioremap(phy_base, size); in ux500_pm_init()[all …]
Completed in 15 milliseconds