Searched refs:PLL_POSTDIV_FIXED_DIV (Results 1 – 4 of 4) sorted by relevance
23 PLL_POSTDIV_ALWAYS_ENABLED | PLL_POSTDIV_FIXED_DIV,63 PLL_POSTDIV_ALWAYS_ENABLED | PLL_POSTDIV_FIXED_DIV,
64 .flags = PLL_HAS_POSTDIV | PLL_POSTDIV_FIXED_DIV,
23 #define PLL_POSTDIV_FIXED_DIV BIT(6) /* fixed divider value */ macro
476 bool fixed = info->flags & PLL_POSTDIV_FIXED_DIV; in davinci_pll_clk_register()