Searched refs:FLAG_SKIPEVENT (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/clocksource/
H A Dh8300_timer8.c32 #define FLAG_SKIPEVENT (1 << 1) macro
83 if (!(p->flags & FLAG_SKIPEVENT)) { timer8_interrupt()
88 p->flags &= ~(FLAG_SKIPEVENT | FLAG_IRQCONTEXT); timer8_interrupt()
H A Dh8300_timer16.c39 #define FLAG_SKIPEVENT (1 << 1) macro
H A Dsh_cmt.c411 #define FLAG_SKIPEVENT (1 << 3) macro
431 ch->flags |= FLAG_SKIPEVENT; sh_cmt_clock_event_program_verify()
456 ch->flags |= FLAG_SKIPEVENT; sh_cmt_clock_event_program_verify()
540 if (!(ch->flags & FLAG_SKIPEVENT)) { sh_cmt_interrupt()
550 ch->flags &= ~FLAG_SKIPEVENT; sh_cmt_interrupt()

Completed in 108 milliseconds