Searched refs:fint_max (Results 1 – 3 of 3) sorted by relevance
71 long fint, fint_min, fint_max; in _dpll_test_fint() local81 fint_max = OMAP3PLUS_DPLL_FINT_JTYPE_MAX; in _dpll_test_fint()84 fint_max = ti_clk_features.fint_max; in _dpll_test_fint()87 if (!fint_min || !fint_max) { in _dpll_test_fint()97 } else if (fint > ti_clk_features.fint_max) { in _dpll_test_fint()
736 ti_clk_features.fint_max = OMAP3430_DPLL_FINT_BAND2_MAX; in ti_clk_init_features()741 ti_clk_features.fint_max = OMAP3PLUS_DPLL_FINT_MAX; in ti_clk_init_features()
229 long fint_max; member