Lines Matching refs:GT_CONTROL
29 #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()
258 reg = readl(gt_base + GT_CONTROL); in gt_read_presc()
271 writel(0, gt_base + GT_CONTROL); in gt_clocksource_init()
277 | GT_CONTROL_TIMER_ENABLE, gt_base + GT_CONTROL); in gt_clocksource_init()