Searched refs:tcnt_prev (Results 1 – 4 of 4) sorted by relevance
253 unsigned long tcnt, tcnt_prev; in m68hc11tim_timer_event() local324 tcnt_prev = (tcnt_insn_start / controller->clock_prescaler) & 0x0ffff; in m68hc11tim_timer_event()348 if ((compare >= tcnt_prev && compare <= tcnt && tcnt_prev < tcnt) in m68hc11tim_timer_event()349 || (compare >= tcnt_prev && tcnt_prev > tcnt) in m68hc11tim_timer_event()350 || (compare < tcnt && tcnt_prev > tcnt)) in m68hc11tim_timer_event()
252 unsigned long tcnt, tcnt_prev; in m68hc11tim_timer_event() local323 tcnt_prev = (tcnt_insn_start / controller->clock_prescaler) & 0x0ffff; in m68hc11tim_timer_event()347 if ((compare >= tcnt_prev && compare <= tcnt && tcnt_prev < tcnt) in m68hc11tim_timer_event()348 || (compare >= tcnt_prev && tcnt_prev > tcnt) in m68hc11tim_timer_event()349 || (compare < tcnt && tcnt_prev > tcnt)) in m68hc11tim_timer_event()