Searched refs:scl_v_factor (Results 1 – 1 of 1) sorted by relevance
1330 u32 scl_v_factor, scl_h_factor; in rk628_post_process_scaler_init() local1403 scl_v_factor = ((src_vactive - 1) << 14) / in rk628_post_process_scaler_init()1406 scl_v_factor = ((src_vactive - 2) << 14) / in rk628_post_process_scaler_init()1409 scl_v_factor = (dst_vactive << 16) / (src_vactive - 1); in rk628_post_process_scaler_init()1414 scl_v_factor = 0; in rk628_post_process_scaler_init()1417 scl_v_factor = ((src_vactive - 1) << 16) / (dst_vactive - 1); in rk628_post_process_scaler_init()1426 rk628_i2c_write(rk628, GRF_SCALER_CON1, SCL_V_FACTOR(scl_v_factor) | in rk628_post_process_scaler_init()