Lines Matching full:72
214 * Note that HMAX is written in 72MHz units, and the datasheet assumes a
218 * hmax = [hmax in 72MHz units] * 480 / 72
221 * hmax = [hmax in 72MHz units] * 576 / 72
417 .min_hmax = 5914, /* 887 @ 480MHz/72MHz */
428 .default_hmax = 6000, /* 900 @ 480MHz/72MHz */
449 .min_hmax = 2414, /* Pixels (362 * 480MHz/72MHz + padding) */
453 .default_hmax = 2500, /* 375 @ 480MHz/72Mhz */
482 .min_hmax = 1894, /* Pixels (284 * 480MHz/72MHz + padding) */
486 .default_hmax = 1900, /* 285 @ 480MHz/72Mhz */
516 .min_hmax = 5960, /* 745 @ 576MHz / 72MHz */
520 .default_hmax = 6000, /* 750 @ 576MHz / 72MHz */
621 /* Convert from a variable pixel_rate to 72 MHz clock cycles */
626 * pixels = 72 Mhz / pixel_rate in imx283_internal_clock()
628 * The internal clock at 72MHz and Pixel Rate (between 240 and 576MHz) in imx283_internal_clock()
631 const u32 iclk_pre = 72; in imx283_internal_clock()
640 /* Internal clock (72MHz) to Pixel Rate clock (Variable) */
645 * cycles * pixel_rate / 72 MHz in imx283_iclk_to_pix()
647 * The internal clock at 72MHz and Pixel Rate (between 240 and 576MHz) in imx283_iclk_to_pix()
650 const u32 iclk_pre = 72; in imx283_iclk_to_pix()
693 * / [ 72 x 10^6 ]
939 * Convert the HMAX_MAX (72MHz) to Pixel rate values for HBLANK_MAX in imx283_set_framing_limits()