Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Darm_global_timer.c29 #define GT_CONTROL 0x08 macro
105 ctrl = readl(gt_base + GT_CONTROL); in gt_compare_set()
109 writel_relaxed(ctrl, gt_base + GT_CONTROL); in gt_compare_set()
119 writel_relaxed(ctrl, 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()
213 ctrl = readl(gt_base + GT_CONTROL); in gt_resume()
216 writel(GT_CONTROL_TIMER_ENABLE, gt_base + GT_CONTROL); in gt_resume()
248 reg = readl(gt_base + GT_CONTROL); in gt_write_presc()
251 writel(reg, gt_base + GT_CONTROL); in gt_write_presc()
[all …]