Lines Matching defs:tolerable_latency
930 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width;
1048 tolerable_latency.full = line_time.full;
1050 tolerable_latency.full = dfixed_const(wm->lb_request_fifo_depth - 2);
1051 tolerable_latency.full = request_fifo_depth.full - tolerable_latency.full;
1052 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time);
1053 tolerable_latency.full = line_time.full - tolerable_latency.full;
1067 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;