Searched refs:fint_max (Results 1 - 13 of 13) sorted by last modified time

/linux-master/include/linux/clk/
H A Dti.h302 long fint_max; member in struct:ti_clk_features
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4454 .fint_max = 2100000,
4481 .fint_max = 2500000,
4508 .fint_max = 52000000,
H A Dvideo-pll.c109 .fint_max = 2500000,
H A Dhdmi_pll.c85 .fint_max = 2500000,
110 .fint_max = 2500000,
H A Ddss.h158 unsigned long fint_min, fint_max; member in struct:dss_pll_hw
H A Dpll.c219 fint_hw_max = hw->fint_max;
284 n = DIV_ROUND_UP(clkin, hw->fint_max);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c5138 .fint_max = 2100000,
5163 .fint_max = 2500000,
5188 .fint_max = 52000000,
H A Dhdmi_pll.c56 n = DIV_ROUND_UP(clkin, hw->fint_max);
131 .fint_max = 2500000,
154 .fint_max = 2500000,
H A Dvideo-pll.c109 .fint_max = 2500000,
H A Ddss.h135 unsigned long fint_min, fint_max; member in struct:dss_pll_hw
H A Dpll.c160 fint_hw_max = hw->fint_max;
/linux-master/arch/arm/mach-omap2/
H A Dclock.c88 features.fint_max = OMAP3430_DPLL_FINT_BAND2_MAX;
93 features.fint_max = OMAP3PLUS_DPLL_FINT_MAX;
/linux-master/drivers/clk/ti/
H A Dclkt_dpll.c70 long fint, fint_min, fint_max; local
80 fint_max = OMAP3PLUS_DPLL_FINT_JTYPE_MAX;
83 fint_max = ti_clk_get_features()->fint_max;
86 if (!fint_min || !fint_max) {
96 } else if (fint > ti_clk_get_features()->fint_max) {

Completed in 414 milliseconds