Searched refs:f_ref (Results 1 – 3 of 3) sorted by relevance
32 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() argument48 return lldiv(2 * (u64) f_ref * (mfi * mfd + mfn), in imx_decode_pll()
674 FILE *f_ref = NULL; in dump_one_image() local681 if ((f_ref = fopen(file_name, "wb")) == NULL) { in dump_one_image()688 fwrite(&ref_buf->y_buffer[h * ref_buf->y_stride], 1, cm->width, f_ref); in dump_one_image()693 f_ref); in dump_one_image()698 f_ref); in dump_one_image()701 fclose(f_ref); in dump_one_image()
26 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() argument35 return lldiv(2 * (u64)f_ref * (mfi * (mfd + 1) + mfn), in imx_decode_pll()