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()
61 fd->flags = CLK_FRAC_DIVIDER_ZERO_BASED; in imx7ulp_clk_hw_composite()
974 #define CLK_FRAC_DIVIDER_ZERO_BASED BIT(0) macro