Searched refs:TIMER_CTRL (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/clocksource/ |
H A D | timer-integrator-ap.c | 39 writel(ctrl, base + TIMER_CTRL); in integrator_clocksource_init() 72 u32 ctrl = readl(clkevt_base + TIMER_CTRL) & ~TIMER_CTRL_ENABLE; in clkevt_shutdown() 75 writel(ctrl, clkevt_base + TIMER_CTRL); in clkevt_shutdown() 81 u32 ctrl = readl(clkevt_base + TIMER_CTRL) & in clkevt_set_oneshot() 85 writel(ctrl, clkevt_base + TIMER_CTRL); in clkevt_set_oneshot() 91 u32 ctrl = readl(clkevt_base + TIMER_CTRL) & ~TIMER_CTRL_ENABLE; in clkevt_set_periodic() 94 writel(ctrl, clkevt_base + TIMER_CTRL); in clkevt_set_periodic() 99 writel(ctrl, clkevt_base + TIMER_CTRL); in clkevt_set_periodic() 105 unsigned long ctrl = readl(clkevt_base + TIMER_CTRL); in clkevt_set_next_event() 107 writel(ctrl & ~TIMER_CTRL_ENABLE, clkevt_base + TIMER_CTRL); in clkevt_set_next_event() [all...] |
H A D | mps2-timer.c | 23 #define TIMER_CTRL 0x0 macro 57 clockevent_mps2_writel(0, ce, TIMER_CTRL); in mps2_timer_shutdown() 65 clockevent_mps2_writel(TIMER_CTRL_IE | TIMER_CTRL_ENABLE, ce, TIMER_CTRL); in mps2_timer_set_next_event() 76 clockevent_mps2_writel(TIMER_CTRL_IE | TIMER_CTRL_ENABLE, ce, TIMER_CTRL); in mps2_timer_set_periodic() 158 writel_relaxed(0, base + TIMER_CTRL); in mps2_clockevent_init() 217 writel_relaxed(0, base + TIMER_CTRL); in mps2_clocksource_init() 223 writel_relaxed(TIMER_CTRL_ENABLE, base + TIMER_CTRL); in mps2_clocksource_init()
|
H A D | timer-orion.c | 22 #define TIMER_CTRL 0x00 macro 70 atomic_io_modify(timer_base + TIMER_CTRL, in orion_clkevt_next_event() 79 atomic_io_modify(timer_base + TIMER_CTRL, in orion_clkevt_shutdown() 89 atomic_io_modify(timer_base + TIMER_CTRL, in orion_clkevt_set_periodic() 152 atomic_io_modify(timer_base + TIMER_CTRL, in orion_timer_init()
|
H A D | timer-sp.h | 19 #define TIMER_CTRL 0x08 /* ACVR rw */ macro
|
H A D | timer-sp804.c | 43 .ctrl = TIMER_CTRL,
|
/linux/drivers/watchdog/ |
H A D | orion_wdt.c | 35 #define TIMER_CTRL 0x0000 macro 112 atomic_io_modify(dev->reg + TIMER_CTRL, in armada370_wdt_clock_init() 133 atomic_io_modify(dev->reg + TIMER_CTRL, in armada375_wdt_clock_init() 152 atomic_io_modify(dev->reg + TIMER_CTRL, in armada375_wdt_clock_init() 177 atomic_io_modify(dev->reg + TIMER_CTRL, val, val); in armadaxp_wdt_clock_init() 215 atomic_io_modify(dev->reg + TIMER_CTRL, reg, reg); in armada375_start() 242 atomic_io_modify(dev->reg + TIMER_CTRL, reg, reg); in armada370_start() 260 atomic_io_modify(dev->reg + TIMER_CTRL, dev->data->wdt_enable_bit, in orion_start() 286 atomic_io_modify(dev->reg + TIMER_CTRL, dev->data->wdt_enable_bit, 0); in orion_stop() 307 atomic_io_modify(dev->reg + TIMER_CTRL, mas in armada375_stop() [all...] |
H A D | airoha_wdt.c | 25 #define TIMER_CTRL 0x0 macro 59 val = readl(airoha_wdt->base + TIMER_CTRL); in airoha_wdt_start() 61 writel(val, airoha_wdt->base + TIMER_CTRL); in airoha_wdt_start() 73 val = readl(airoha_wdt->base + TIMER_CTRL); in airoha_wdt_stop() 75 writel(val, airoha_wdt->base + TIMER_CTRL); in airoha_wdt_stop()
|