Lines Matching refs:MHZ
534 #ifndef MHZ
535 #define MHZ (1000*1000) macro
549 p_min = DIV_ROUND_UP(fin, (12 * MHZ)); in exynos_dsi_pll_find_pms()
550 p_max = fin / (6 * MHZ); in exynos_dsi_pll_find_pms()
565 if (tmp < 500 * MHZ || in exynos_dsi_pll_find_pms()
566 tmp > driver_data->max_freq * MHZ) in exynos_dsi_pll_find_pms()
618 100 * MHZ, 120 * MHZ, 160 * MHZ, 200 * MHZ, in exynos_dsi_set_pll()
619 270 * MHZ, 320 * MHZ, 390 * MHZ, 450 * MHZ, in exynos_dsi_set_pll()
620 510 * MHZ, 560 * MHZ, 640 * MHZ, 690 * MHZ, in exynos_dsi_set_pll()
621 770 * MHZ, 870 * MHZ, 950 * MHZ, in exynos_dsi_set_pll()
664 if (esc_clk > 20 * MHZ) { in exynos_dsi_enable_clock()