Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dvlv_dsi_pll.c387 u32 txesc1_div = 0; in glk_dsi_program_esc_clock() local
401 txesc1_div = div1_value; in glk_dsi_program_esc_clock()
403 txesc1_div = DIV_ROUND_UP(div1_value, 2); in glk_dsi_program_esc_clock()
405 txesc1_div = DIV_ROUND_UP(div1_value, 4); in glk_dsi_program_esc_clock()
407 txesc1_div = DIV_ROUND_UP(div1_value, 6); in glk_dsi_program_esc_clock()
409 txesc1_div = DIV_ROUND_UP(div1_value, 8); in glk_dsi_program_esc_clock()
411 txesc1_div = 10; in glk_dsi_program_esc_clock()
414 div2_value = DIV_ROUND_UP(div1_value, txesc1_div); in glk_dsi_program_esc_clock()
419 (1 << (txesc1_div - 1)) & GLK_TX_ESC_CLK_DIV1_MASK); in glk_dsi_program_esc_clock()