Lines Matching defs:tolerable_latency
279 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width;
429 tolerable_latency.full = line_time.full;
431 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
432 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
433 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time);
434 tolerable_latency.full = line_time.full - tolerable_latency.full;
448 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;