Searched refs:txesc1_div (Results 1 – 1 of 1) sorted by relevance
390 u32 txesc1_div = 0; in glk_dsi_program_esc_clock() local404 txesc1_div = div1_value; in glk_dsi_program_esc_clock()406 txesc1_div = DIV_ROUND_UP(div1_value, 2); in glk_dsi_program_esc_clock()408 txesc1_div = DIV_ROUND_UP(div1_value, 4); in glk_dsi_program_esc_clock()410 txesc1_div = DIV_ROUND_UP(div1_value, 6); in glk_dsi_program_esc_clock()412 txesc1_div = DIV_ROUND_UP(div1_value, 8); in glk_dsi_program_esc_clock()414 txesc1_div = 10; in glk_dsi_program_esc_clock()417 div2_value = DIV_ROUND_UP(div1_value, txesc1_div); in glk_dsi_program_esc_clock()422 (1 << (txesc1_div - 1)) & GLK_TX_ESC_CLK_DIV1_MASK); in glk_dsi_program_esc_clock()