Searched refs:fint_max (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/clk/ti/ |
D | clkt_dpll.c | 70 long fint, fint_min, fint_max; in _dpll_test_fint() local 80 fint_max = OMAP3PLUS_DPLL_FINT_JTYPE_MAX; in _dpll_test_fint() 83 fint_max = ti_clk_get_features()->fint_max; in _dpll_test_fint() 86 if (!fint_min || !fint_max) { in _dpll_test_fint() 96 } else if (fint > ti_clk_get_features()->fint_max) { in _dpll_test_fint()
|
/linux-6.1.9/arch/arm/mach-omap2/ |
D | clock.c | 90 features.fint_max = OMAP3430_DPLL_FINT_BAND2_MAX; in ti_clk_init_features() 95 features.fint_max = OMAP3PLUS_DPLL_FINT_MAX; in ti_clk_init_features()
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_pll.c | 56 n = DIV_ROUND_UP(clkin, hw->fint_max); in hdmi_pll_compute() 131 .fint_max = 2500000, 154 .fint_max = 2500000,
|
D | video-pll.c | 109 .fint_max = 2500000,
|
D | pll.c | 160 fint_hw_max = hw->fint_max; in dss_pll_calc()
|
D | dss.h | 135 unsigned long fint_min, fint_max; member
|
D | dsi.c | 5138 .fint_max = 2100000, 5163 .fint_max = 2500000, 5188 .fint_max = 52000000,
|
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi_pll.c | 85 .fint_max = 2500000, 110 .fint_max = 2500000,
|
D | video-pll.c | 109 .fint_max = 2500000,
|
D | pll.c | 219 fint_hw_max = hw->fint_max; in dss_pll_calc_a() 284 n = DIV_ROUND_UP(clkin, hw->fint_max); in dss_pll_calc_b()
|
D | dss.h | 158 unsigned long fint_min, fint_max; member
|
D | dsi.c | 4448 .fint_max = 2100000, 4475 .fint_max = 2500000, 4502 .fint_max = 52000000,
|
/linux-6.1.9/include/linux/clk/ |
D | ti.h | 299 long fint_max; member
|