Home
last modified time | relevance | path

Searched refs:GT_CONTROL (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clocksource/
H A Darm_global_timer.c30 #define GT_CONTROL 0x08 macro
104 ctrl = readl(gt_base + GT_CONTROL); in gt_compare_set()
108 writel_relaxed(ctrl, gt_base + GT_CONTROL); in gt_compare_set()
118 writel_relaxed(ctrl, 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()
212 ctrl = readl(gt_base + GT_CONTROL); in gt_resume()
215 writel(GT_CONTROL_TIMER_ENABLE, gt_base + GT_CONTROL); in gt_resume()
247 reg = readl(gt_base + GT_CONTROL); in gt_write_presc()
250 writel(reg, gt_base + GT_CONTROL); in gt_write_presc()
[all …]