Searched refs:CLK_FRAC_DIVIDER_ZERO_BASED (Results 1 – 3 of 3) sorted by relevance
57 if (fd->flags & CLK_FRAC_DIVIDER_ZERO_BASED) { in clk_fd_recalc_rate()125 if (fd->flags & CLK_FRAC_DIVIDER_ZERO_BASED) { in clk_fd_set_rate()
60 fd->flags = CLK_FRAC_DIVIDER_ZERO_BASED; in imx7ulp_clk_composite()
659 #define CLK_FRAC_DIVIDER_ZERO_BASED BIT(0) macro