Home
last modified time | relevance | path

Searched refs:total_us (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c564 u32 setup_us, trans_us, total_us; in dsi_perf_show() local
581 total_us = setup_us + trans_us; in dsi_perf_show()
590 total_us, in dsi_perf_show()
591 1000*1000 / total_us, in dsi_perf_show()
593 total_bytes * 1000 / total_us); in dsi_perf_show()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddsi.c579 u32 setup_us, trans_us, total_us; in dsi_perf_show() local
596 total_us = setup_us + trans_us; in dsi_perf_show()
604 total_us, in dsi_perf_show()
605 1000 * 1000 / total_us, in dsi_perf_show()
607 total_bytes * 1000 / total_us); in dsi_perf_show()