Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dzevio-timer.c50 #define TIMER_INTR_MSK (1 << (TIMER_MATCH)) macro
98 writel(TIMER_INTR_MSK, timer->interrupt_regs + IO_INTR_MSK); in zevio_timer_set_oneshot()
109 if (!(intr & TIMER_INTR_MSK)) in zevio_timer_interrupt()
112 writel(TIMER_INTR_MSK, timer->interrupt_regs + IO_INTR_ACK); in zevio_timer_interrupt()