Lines Matching refs:line_time_us
1173 int line_time_us, line_count;
1199 line_time_us = ((htotal * 1000) / clock);
1200 line_count = (cursor_latency_ns / line_time_us + 1000) / 1000;
1257 unsigned long line_time_us;
1273 line_time_us = (htotal * 1000) / clock;
1274 line_count = (latency_ns / line_time_us + 1000) / 1000;
1498 unsigned long line_time_us;
1501 line_time_us = ((htotal * 1000) / clock);
1504 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) *
1514 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) *
1617 unsigned long line_time_us;
1620 line_time_us = (htotal * 1000) / clock;
1623 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) *
1750 unsigned long line_time_us;
1767 line_time_us = (htotal * 1000) / clock;
1768 line_count = (latency_ns / line_time_us + 1000) / 1000;
2694 unsigned long line_time_us;
2712 line_time_us = (sprite_width * 1000) / clock;
2713 if (!line_time_us) {
2718 line_count = (latency_ns / line_time_us + 1000) / 1000;