Searched refs:v_shift (Results 1 – 4 of 4) sorted by relevance
162 &scaler->v_shift); in s3c_camif_get_scaler_config()170 scaler->main_v_ratio = (source_y << 8) / (target_y << scaler->v_shift); in s3c_camif_get_scaler_config()179 scaler->pre_v_ratio, scaler->v_shift); in s3c_camif_get_scaler_config()
171 u32 v_shift; member
369 shfactor = 10 - (sc->h_shift + sc->v_shift); in camif_hw_set_prescaler()
503 #define WRITE_SYN(name,v_mask,v_shift,a_mask,a_shift,bits,prewrite,postwrite)\ argument512 bitbuf = (value << v_shift) | (addr << a_shift); \