Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dvlv_dsi_pll.c366 u32 div2_value = 0; in glk_dsi_program_esc_clock() local
394 div2_value = DIV_ROUND_UP(div1_value, txesc1_div); in glk_dsi_program_esc_clock()
396 if (div2_value < 10) in glk_dsi_program_esc_clock()
397 txesc2_div = div2_value; in glk_dsi_program_esc_clock()