mxs_timrot_base    65 drivers/clocksource/mxs_timer.c static void __iomem *mxs_timrot_base;
mxs_timrot_base    70 drivers/clocksource/mxs_timer.c 	__raw_writel(BM_TIMROT_TIMCTRLn_IRQ_EN, mxs_timrot_base +
mxs_timrot_base    76 drivers/clocksource/mxs_timer.c 	__raw_writel(BM_TIMROT_TIMCTRLn_IRQ_EN, mxs_timrot_base +
mxs_timrot_base    82 drivers/clocksource/mxs_timer.c 	__raw_writel(BM_TIMROT_TIMCTRLn_IRQ, mxs_timrot_base +
mxs_timrot_base    88 drivers/clocksource/mxs_timer.c 	return ~((__raw_readl(mxs_timrot_base + HW_TIMROT_TIMCOUNTn(1))
mxs_timrot_base    96 drivers/clocksource/mxs_timer.c 	__raw_writel(evt, mxs_timrot_base + HW_TIMROT_TIMCOUNTn(0));
mxs_timrot_base   105 drivers/clocksource/mxs_timer.c 	__raw_writel(evt, mxs_timrot_base + HW_TIMROT_FIXED_COUNTn(0));
mxs_timrot_base   134 drivers/clocksource/mxs_timer.c 		__raw_writel(0xffff, mxs_timrot_base + HW_TIMROT_TIMCOUNTn(1));
mxs_timrot_base   137 drivers/clocksource/mxs_timer.c 			     mxs_timrot_base + HW_TIMROT_FIXED_COUNTn(1));
mxs_timrot_base   195 drivers/clocksource/mxs_timer.c 	return ~readl_relaxed(mxs_timrot_base + HW_TIMROT_RUNNING_COUNTn(1));
mxs_timrot_base   205 drivers/clocksource/mxs_timer.c 		clocksource_mmio_init(mxs_timrot_base + HW_TIMROT_RUNNING_COUNTn(1),
mxs_timrot_base   218 drivers/clocksource/mxs_timer.c 	mxs_timrot_base = of_iomap(np, 0);
mxs_timrot_base   219 drivers/clocksource/mxs_timer.c 	WARN_ON(!mxs_timrot_base);
mxs_timrot_base   234 drivers/clocksource/mxs_timer.c 	stmp_reset_block(mxs_timrot_base + HW_TIMROT_ROTCTRL);
mxs_timrot_base   237 drivers/clocksource/mxs_timer.c 	timrot_major_version = __raw_readl(mxs_timrot_base +
mxs_timrot_base   249 drivers/clocksource/mxs_timer.c 			mxs_timrot_base + HW_TIMROT_TIMCTRLn(0));
mxs_timrot_base   256 drivers/clocksource/mxs_timer.c 			mxs_timrot_base + HW_TIMROT_TIMCTRLn(1));
mxs_timrot_base   261 drivers/clocksource/mxs_timer.c 			mxs_timrot_base + HW_TIMROT_TIMCOUNTn(1));
mxs_timrot_base   264 drivers/clocksource/mxs_timer.c 			mxs_timrot_base + HW_TIMROT_FIXED_COUNTn(1));