Searched refs:fint_max (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/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-v4.19/arch/arm/mach-omap2/ |
D | clock.c | 93 features.fint_max = OMAP3430_DPLL_FINT_BAND2_MAX; in ti_clk_init_features() 98 features.fint_max = OMAP3PLUS_DPLL_FINT_MAX; in ti_clk_init_features()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_pll.c | 59 n = DIV_ROUND_UP(clkin, hw->fint_max); in hdmi_pll_compute() 139 .fint_max = 2500000, 162 .fint_max = 2500000,
|
D | video-pll.c | 115 .fint_max = 2500000,
|
D | pll.c | 171 fint_hw_max = hw->fint_max; in dss_pll_calc()
|
D | dss.h | 157 unsigned long fint_min, fint_max; member
|
D | dsi.c | 5148 .fint_max = 2100000, 5173 .fint_max = 2500000, 5198 .fint_max = 52000000,
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi_pll.c | 88 .fint_max = 2500000, 113 .fint_max = 2500000,
|
D | video-pll.c | 117 .fint_max = 2500000,
|
D | pll.c | 230 fint_hw_max = hw->fint_max; in dss_pll_calc_a() 289 n = DIV_ROUND_UP(clkin, hw->fint_max); in dss_pll_calc_b()
|
D | dss.h | 169 unsigned long fint_min, fint_max; member
|
D | dsi.c | 5134 .fint_max = 2100000, 5161 .fint_max = 2500000, 5188 .fint_max = 52000000,
|
/Linux-v4.19/include/linux/clk/ |
D | ti.h | 282 long fint_max; member
|