Searched refs:CLK_DIV_ZERO_BASED (Results 1 – 4 of 4) sorted by relevance
131 !(sc->div_flags & CLK_DIV_ZERO_BASED)) in clknode_div_init()198 if (!(sc->div_flags & CLK_DIV_ZERO_BASED)) in clknode_div_set_freq()209 if (!(sc->div_flags & CLK_DIV_ZERO_BASED)) in clknode_div_set_freq()
32 #define CLK_DIV_ZERO_BASED 0x0001 /* Zero based divider. */ macro
141 sc->div_def.div_flags = CLK_DIV_ZERO_BASED; in ti_divider_attach()
200 .div_flags = CLK_DIV_WITH_TABLE | CLK_DIV_ZERO_BASED, \