Lines Matching refs:MHZ
551 #ifndef MHZ
552 #define MHZ (1000*1000) macro
566 p_min = DIV_ROUND_UP(fin, (12 * MHZ)); in exynos_dsi_pll_find_pms()
567 p_max = fin / (6 * MHZ); in exynos_dsi_pll_find_pms()
582 if (tmp < 500 * MHZ || in exynos_dsi_pll_find_pms()
583 tmp > driver_data->max_freq * MHZ) in exynos_dsi_pll_find_pms()
635 100 * MHZ, 120 * MHZ, 160 * MHZ, 200 * MHZ, in exynos_dsi_set_pll()
636 270 * MHZ, 320 * MHZ, 390 * MHZ, 450 * MHZ, in exynos_dsi_set_pll()
637 510 * MHZ, 560 * MHZ, 640 * MHZ, 690 * MHZ, in exynos_dsi_set_pll()
638 770 * MHZ, 870 * MHZ, 950 * MHZ, in exynos_dsi_set_pll()
681 if (esc_clk > 20 * MHZ) { in exynos_dsi_enable_clock()