Lines Matching refs:hfreq
492 unsigned int hfreq, in v4l2_detect_cvt() argument
526 if (hfreq == 0) in v4l2_detect_cvt()
533 v_fp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; in v4l2_detect_cvt()
540 v_bp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; in v4l2_detect_cvt()
548 v_bp = (CVT_MIN_VSYNC_BP * hfreq) / 1000000 + 1 - vsync; in v4l2_detect_cvt()
600 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
610 100 * CVT_C_PRIME - (CVT_M_PRIME * 100000) / hfreq; in v4l2_detect_cvt()
620 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
716 unsigned int hfreq, in v4l2_detect_gtf() argument
741 if (hfreq == 0) in v4l2_detect_gtf()
746 v_bp = (GTF_MIN_VSYNC_BP * hfreq + 500000) / 1000000 - vsync; in v4l2_detect_gtf()
767 num = ((image_width * GTF_D_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
769 den = (hfreq * (100 - GTF_D_C_PRIME) + GTF_D_M_PRIME * 1000) * in v4l2_detect_gtf()
777 num = ((image_width * GTF_S_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
779 den = (hfreq * (100 - GTF_S_C_PRIME) + GTF_S_M_PRIME * 1000) * in v4l2_detect_gtf()
787 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_gtf()