Lines Matching refs:divident
453 u64 divident, divisor;
469 divident = ch->rate * send_cnt;
471 idle_cnt = DIV_ROUND_CLOSEST_ULL(divident, divisor);
473 divident = freq * idle_cnt;
475 new_rate = DIV_ROUND_CLOSEST_ULL(divident, divisor);
495 divident = freq * idle_cnt;
496 send_cnt = DIV_ROUND_CLOSEST_ULL(divident, ch->rate);
812 unsigned int divident, divisor;
814 divident = ctlr->params.bus_freq_mhz * 32 * 1000;
817 return DIV_ROUND_UP(divident, divisor);