Lines Matching refs:MHZ
538 #ifndef MHZ
539 #define MHZ (1000*1000) macro
553 p_min = DIV_ROUND_UP(fin, (12 * MHZ)); in exynos_dsi_pll_find_pms()
554 p_max = fin / (6 * MHZ); in exynos_dsi_pll_find_pms()
569 if (tmp < 500 * MHZ || in exynos_dsi_pll_find_pms()
570 tmp > driver_data->max_freq * MHZ) in exynos_dsi_pll_find_pms()
622 100 * MHZ, 120 * MHZ, 160 * MHZ, 200 * MHZ, in exynos_dsi_set_pll()
623 270 * MHZ, 320 * MHZ, 390 * MHZ, 450 * MHZ, in exynos_dsi_set_pll()
624 510 * MHZ, 560 * MHZ, 640 * MHZ, 690 * MHZ, in exynos_dsi_set_pll()
625 770 * MHZ, 870 * MHZ, 950 * MHZ, in exynos_dsi_set_pll()
668 if (esc_clk > 20 * MHZ) { in exynos_dsi_enable_clock()