Searched refs:fint_max (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | clkt_dpll.c | 71 long fint, fint_min, fint_max; in _dpll_test_fint() local 81 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()
|
D | clock.c | 807 ti_clk_features.fint_max = OMAP3430_DPLL_FINT_BAND2_MAX; in ti_clk_init_features() 812 ti_clk_features.fint_max = OMAP3PLUS_DPLL_FINT_MAX; in ti_clk_init_features()
|
D | clock.h | 234 long fint_max; member
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | hdmi_pll.c | 58 n = DIV_ROUND_UP(clkin, hw->fint_max); in hdmi_pll_compute() 138 .fint_max = 2500000, 161 .fint_max = 2500000,
|
D | video-pll.c | 115 .fint_max = 2500000,
|
D | dss.h | 146 unsigned long fint_min, fint_max; member
|
D | pll.c | 171 fint_hw_max = hw->fint_max; in dss_pll_calc()
|
D | dsi.c | 5157 .fint_max = 2100000, 5182 .fint_max = 2500000, 5207 .fint_max = 52000000,
|