Searched refs:FLAG_CLOCKSOURCE (Results 1 – 1 of 1) sorted by relevance
418 #define FLAG_CLOCKSOURCE (1 << 1) macro540 if (ch->flags & FLAG_CLOCKSOURCE) in sh_cmt_interrupt()581 if (flag & FLAG_CLOCKSOURCE) in sh_cmt_start()586 if (!(ch->flags & (FLAG_CLOCKEVENT | FLAG_CLOCKSOURCE))) { in sh_cmt_start()598 flag == FLAG_CLOCKSOURCE && (!(ch->flags & FLAG_CLOCKEVENT))) in sh_cmt_start()613 f = ch->flags & (FLAG_CLOCKEVENT | FLAG_CLOCKSOURCE); in sh_cmt_stop()616 if (f && !(ch->flags & (FLAG_CLOCKEVENT | FLAG_CLOCKSOURCE))) { in sh_cmt_stop()623 if ((flag == FLAG_CLOCKEVENT) && (ch->flags & FLAG_CLOCKSOURCE)) in sh_cmt_stop()628 if (flag & FLAG_CLOCKSOURCE) in sh_cmt_stop()670 ret = sh_cmt_start(ch, FLAG_CLOCKSOURCE); in sh_cmt_clocksource_enable()[all …]