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