Lines Matching refs:GT_CONTROL
30 #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()
211 ctrl = readl(gt_base + GT_CONTROL); in gt_resume()
214 writel(GT_CONTROL_TIMER_ENABLE, gt_base + GT_CONTROL); in gt_resume()
246 reg = readl(gt_base + GT_CONTROL); in gt_write_presc()
249 writel(reg, gt_base + GT_CONTROL); in gt_write_presc()
256 reg = readl(gt_base + GT_CONTROL); in gt_read_presc()
268 writel(0, gt_base + GT_CONTROL); in gt_clocksource_init()
274 GT_CONTROL_TIMER_ENABLE, gt_base + GT_CONTROL); in gt_clocksource_init()