Searched refs:gt_base (Results 1 – 1 of 1) sorted by relevance
53 static void __iomem *gt_base; variable105 ctrl = readl(gt_base + GT_CONTROL); in gt_compare_set()126 ctrl = readl(gt_base + GT_CONTROL); in gt_clockevent_shutdown()129 writel(ctrl, gt_base + GT_CONTROL); in gt_clockevent_shutdown()248 reg = readl(gt_base + GT_CONTROL); in gt_write_presc()271 writel(0, gt_base + GT_CONTROL); in gt_clocksource_init()272 writel(0, gt_base + GT_COUNTER0); in gt_clocksource_init()273 writel(0, gt_base + GT_COUNTER1); in gt_clocksource_init()367 gt_base = of_iomap(np, 0); in global_timer_of_register()368 if (!gt_base) { in global_timer_of_register()[all …]