Searched refs:v_bp (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c498 int v_fp, v_bp, h_fp, h_bp, hsync; local
529 v_bp = CVT_RB_V_BPORCH;
531 v_fp -= vsync + v_bp;
537 v_bp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1;
538 v_bp -= vsync + v_fp;
540 if (v_bp < CVT_RB_MIN_V_BPORCH)
541 v_bp = CVT_RB_MIN_V_BPORCH;
545 v_bp = (CVT_MIN_VSYNC_BP * hfreq) / 1000000 + 1 - vsync;
547 if (v_bp < CVT_MIN_V_BPORCH)
548 v_bp
717 int v_fp, v_bp, h_fp, hsync; local
[all...]
/linux-master/drivers/staging/media/max96712/
H A Dmax96712.c175 const u32 v_bp = 36; local
176 const u32 v_tot = v_active + v_fp + v_sw + v_bp;
190 (v_active + v_fp + + v_bp) * h_tot, 3);
196 h_tot * (v_sw + v_bp) + (h_sw + h_bp), 3);

Completed in 104 milliseconds