Searched refs:byte_clk_khz (Results 1 – 1 of 1) sorted by relevance
959 int byte_clk_khz = dsi->hs_clock / 1000 / 8; in samsung_dsim_set_display_mode() local960 int hfp = (m->hsync_start - m->hdisplay) * byte_clk_khz / m->clock; in samsung_dsim_set_display_mode()961 int hbp = (m->htotal - m->hsync_end) * byte_clk_khz / m->clock; in samsung_dsim_set_display_mode()962 int hsa = (m->hsync_end - m->hsync_start) * byte_clk_khz / m->clock; in samsung_dsim_set_display_mode()