Searched refs:txesc1_div (Results 1 – 1 of 1) sorted by relevance
362 u32 txesc1_div = 0; in glk_dsi_program_esc_clock() local376 txesc1_div = div1_value; in glk_dsi_program_esc_clock()378 txesc1_div = DIV_ROUND_UP(div1_value, 2); in glk_dsi_program_esc_clock()380 txesc1_div = DIV_ROUND_UP(div1_value, 4); in glk_dsi_program_esc_clock()382 txesc1_div = DIV_ROUND_UP(div1_value, 6); in glk_dsi_program_esc_clock()384 txesc1_div = DIV_ROUND_UP(div1_value, 8); in glk_dsi_program_esc_clock()386 txesc1_div = 10; in glk_dsi_program_esc_clock()389 div2_value = DIV_ROUND_UP(div1_value, txesc1_div); in glk_dsi_program_esc_clock()396 I915_WRITE(MIPIO_TXESC_CLK_DIV1, (1 << (txesc1_div - 1)) & GLK_TX_ESC_CLK_DIV1_MASK); in glk_dsi_program_esc_clock()