Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dvlv_dsi_pll.c363 u32 txesc2_div = 0; in glk_dsi_program_esc_clock() local
392 txesc2_div = div2_value; in glk_dsi_program_esc_clock()
394 txesc2_div = 10; in glk_dsi_program_esc_clock()
397 I915_WRITE(MIPIO_TXESC_CLK_DIV2, (1 << (txesc2_div - 1)) & GLK_TX_ESC_CLK_DIV2_MASK); in glk_dsi_program_esc_clock()