Searched refs:ti_clk_features (Results 1 – 5 of 5) sorted by relevance
54 struct ti_clk_features ti_clk_features; variable370 *idlest_val = ti_clk_features.cm_idlest_val; in omap2_clk_dflt_find_idlest()806 ti_clk_features.fint_min = OMAP3430_DPLL_FINT_BAND1_MIN; in ti_clk_init_features()807 ti_clk_features.fint_max = OMAP3430_DPLL_FINT_BAND2_MAX; in ti_clk_init_features()808 ti_clk_features.fint_band1_max = OMAP3430_DPLL_FINT_BAND1_MAX; in ti_clk_init_features()809 ti_clk_features.fint_band2_min = OMAP3430_DPLL_FINT_BAND2_MIN; in ti_clk_init_features()811 ti_clk_features.fint_min = OMAP3PLUS_DPLL_FINT_MIN; in ti_clk_init_features()812 ti_clk_features.fint_max = OMAP3PLUS_DPLL_FINT_MAX; in ti_clk_init_features()817 ti_clk_features.dpll_bypass_vals |= in ti_clk_init_features()821 ti_clk_features.dpll_bypass_vals |= in ti_clk_init_features()[all …]
83 fint_min = ti_clk_features.fint_min; in _dpll_test_fint()84 fint_max = ti_clk_features.fint_max; in _dpll_test_fint()92 if (fint < ti_clk_features.fint_min) { in _dpll_test_fint()97 } else if (fint > ti_clk_features.fint_max) { in _dpll_test_fint()102 } else if (fint > ti_clk_features.fint_band1_max && in _dpll_test_fint()103 fint < ti_clk_features.fint_band2_min) { in _dpll_test_fint()186 mask = ti_clk_features.dpll_bypass_vals; in _omap2_dpll_is_in_bypass()
61 if (ti_clk_features.flags & TI_CLK_DPLL4_DENY_REPROGRAM) { in omap3_dpll4_set_rate()84 if (ti_clk_features.flags & TI_CLK_DPLL4_DENY_REPROGRAM) { in omap3_dpll4_set_rate_and_parent()
231 struct ti_clk_features { struct244 extern struct ti_clk_features ti_clk_features; argument
310 if (ti_clk_features.flags & TI_CLK_DPLL_HAS_FREQSEL) { in omap3_noncore_dpll_program()562 if (ti_clk_features.flags & TI_CLK_DPLL_HAS_FREQSEL) { in omap3_noncore_dpll_set_rate()