Searched refs:wecyc (Results 1 – 2 of 2) sorted by relevance
185 int weon, weoff, wecyc; in calc_wr_timings() local204 wecyc = ps_to_sossi_ticks(t->we_cycle_time, div); in calc_wr_timings()205 if (wecyc <= weoff) in calc_wr_timings()206 wecyc = weoff + 1; in calc_wr_timings()208 tw1 = wecyc - tw0; in calc_wr_timings()
486 int actim, recyc, wecyc; in rfbi_convert_timings() local540 wecyc = ps_to_rfbi_ticks(t->we_cycle_time, div); in rfbi_convert_timings()541 if (wecyc < weoff) in rfbi_convert_timings()542 wecyc = weoff; in rfbi_convert_timings()543 if (wecyc > 0x3f) in rfbi_convert_timings()556 l = wecyc; in rfbi_convert_timings()