Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
A Dvlv_dsi_pll.c365 u32 txesc1_div = 0; in glk_dsi_program_esc_clock() local
379 txesc1_div = div1_value; in glk_dsi_program_esc_clock()
381 txesc1_div = DIV_ROUND_UP(div1_value, 2); in glk_dsi_program_esc_clock()
383 txesc1_div = DIV_ROUND_UP(div1_value, 4); in glk_dsi_program_esc_clock()
385 txesc1_div = DIV_ROUND_UP(div1_value, 6); in glk_dsi_program_esc_clock()
387 txesc1_div = DIV_ROUND_UP(div1_value, 8); in glk_dsi_program_esc_clock()
389 txesc1_div = 10; in glk_dsi_program_esc_clock()
392 div2_value = DIV_ROUND_UP(div1_value, txesc1_div); in glk_dsi_program_esc_clock()
400 (1 << (txesc1_div - 1)) & GLK_TX_ESC_CLK_DIV1_MASK); in glk_dsi_program_esc_clock()

Completed in 5 milliseconds