Searched refs:fint_max (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/clk/ti/ |
D | clkt_dpll.c | 73 long fint, fint_min, fint_max; in _dpll_test_fint() local 83 fint_max = OMAP3PLUS_DPLL_FINT_JTYPE_MAX; in _dpll_test_fint() 86 fint_max = ti_clk_get_features()->fint_max; in _dpll_test_fint() 89 if (!fint_min || !fint_max) { in _dpll_test_fint() 99 } else if (fint > ti_clk_get_features()->fint_max) { in _dpll_test_fint()
|
/linux-4.4.14/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 | 5158 .fint_max = 2100000, 5183 .fint_max = 2500000, 5208 .fint_max = 52000000,
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | clock.c | 185 features.fint_max = OMAP3430_DPLL_FINT_BAND2_MAX; in ti_clk_init_features() 190 features.fint_max = OMAP3PLUS_DPLL_FINT_MAX; in ti_clk_init_features()
|
/linux-4.4.14/include/linux/clk/ |
D | ti.h | 279 long fint_max; member
|