Searched refs:txesc1_div (Results 1 – 1 of 1) sorted by relevance
382 u32 txesc1_div = 0; in glk_dsi_program_esc_clock() local396 txesc1_div = div1_value; in glk_dsi_program_esc_clock()398 txesc1_div = DIV_ROUND_UP(div1_value, 2); in glk_dsi_program_esc_clock()400 txesc1_div = DIV_ROUND_UP(div1_value, 4); in glk_dsi_program_esc_clock()402 txesc1_div = DIV_ROUND_UP(div1_value, 6); in glk_dsi_program_esc_clock()404 txesc1_div = DIV_ROUND_UP(div1_value, 8); in glk_dsi_program_esc_clock()406 txesc1_div = 10; in glk_dsi_program_esc_clock()409 div2_value = DIV_ROUND_UP(div1_value, txesc1_div); in glk_dsi_program_esc_clock()416 I915_WRITE(MIPIO_TXESC_CLK_DIV1, txesc1_div & GLK_TX_ESC_CLK_DIV1_MASK); in glk_dsi_program_esc_clock()