Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dvlv_dsi_pll.c368 u32 txesc2_div = 0; in glk_dsi_program_esc_clock() local
397 txesc2_div = div2_value; in glk_dsi_program_esc_clock()
399 txesc2_div = 10; in glk_dsi_program_esc_clock()
402 I915_WRITE(MIPIO_TXESC_CLK_DIV2, (1 << (txesc2_div - 1)) & GLK_TX_ESC_CLK_DIV2_MASK); in glk_dsi_program_esc_clock()