Searched refs:FLAG_CLOCKSOURCE (Results 1 – 1 of 1) sorted by relevance
400 #define FLAG_CLOCKSOURCE (1 << 1) macro523 if (ch->flags & FLAG_CLOCKSOURCE) in sh_cmt_interrupt()570 if (!(ch->flags & (FLAG_CLOCKEVENT | FLAG_CLOCKSOURCE))) in sh_cmt_start_clocksource()576 ch->flags |= FLAG_CLOCKSOURCE; in sh_cmt_start_clocksource()594 f = ch->flags & (FLAG_CLOCKEVENT | FLAG_CLOCKSOURCE); in sh_cmt_stop_clocksource()596 ch->flags &= ~FLAG_CLOCKSOURCE; in sh_cmt_stop_clocksource()598 if (f && !(ch->flags & (FLAG_CLOCKEVENT | FLAG_CLOCKSOURCE))) in sh_cmt_stop_clocksource()611 if (!(ch->flags & (FLAG_CLOCKEVENT | FLAG_CLOCKSOURCE))) in sh_cmt_start_clockevent()631 f = ch->flags & (FLAG_CLOCKEVENT | FLAG_CLOCKSOURCE); in sh_cmt_stop_clockevent()635 if (f && !(ch->flags & (FLAG_CLOCKEVENT | FLAG_CLOCKSOURCE))) in sh_cmt_stop_clockevent()[all …]