Searched refs:CLK_FRAC_DIVIDER_ZERO_BASED (Results 1 – 3 of 3) sorted by relevance
95 if (fd->flags & CLK_FRAC_DIVIDER_ZERO_BASED) { in clk_fd_get_div()180 if (fd->flags & CLK_FRAC_DIVIDER_ZERO_BASED) { in clk_fd_set_rate()
112 fd->flags = CLK_FRAC_DIVIDER_ZERO_BASED; in imx_ulp_clk_hw_composite()
1169 #define CLK_FRAC_DIVIDER_ZERO_BASED BIT(0) macro