Searched refs:GT_CONTROL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | arm_global_timer.c | 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() [all...] |
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | arm_global_timer.c | 29 #define GT_CONTROL 0x08 macro 100 writel_relaxed(ctrl, gt_base + GT_CONTROL); in gt_compare_set() 110 writel_relaxed(ctrl, gt_base + GT_CONTROL); in gt_compare_set() 117 ctrl = readl(gt_base + GT_CONTROL); in gt_clockevent_shutdown() 120 writel(ctrl, gt_base + GT_CONTROL); in gt_clockevent_shutdown() 204 ctrl = readl(gt_base + GT_CONTROL); in gt_resume() 207 writel(GT_CONTROL_TIMER_ENABLE, gt_base + GT_CONTROL); in gt_resume() 243 writel(0, gt_base + GT_CONTROL); in gt_clocksource_init() 247 writel(GT_CONTROL_TIMER_ENABLE, gt_base + GT_CONTROL); in gt_clocksource_init()
|
Completed in 2 milliseconds