Searched refs:gt_base (Results 1 – 1 of 1) sorted by relevance
51 static void __iomem *gt_base; variable104 ctrl = readl(gt_base + GT_CONTROL); in gt_compare_set()125 ctrl = readl(gt_base + GT_CONTROL); in gt_clockevent_shutdown()128 writel(ctrl, gt_base + GT_CONTROL); in gt_clockevent_shutdown()246 reg = readl(gt_base + GT_CONTROL); in gt_write_presc()268 writel(0, gt_base + GT_CONTROL); in gt_clocksource_init()269 writel(0, gt_base + GT_COUNTER0); in gt_clocksource_init()270 writel(0, gt_base + GT_COUNTER1); in gt_clocksource_init()364 gt_base = of_iomap(np, 0); in global_timer_of_register()365 if (!gt_base) { in global_timer_of_register()[all …]
Completed in 5 milliseconds