Lines Matching defs:max
87 * case 1: div hits the max divider value, which means it's less than
301 const struct clk_ops *starfive_jh71x0_clk_ops(u32 max)
303 if (max & JH71X0_CLK_DIV_MASK) {
304 if (max & JH71X0_CLK_MUX_MASK) {
305 if (max & JH71X0_CLK_ENABLE)
309 if (max & JH71X0_CLK_ENABLE)
311 if (max == JH71X0_CLK_FRAC_MAX)
316 if (max & JH71X0_CLK_MUX_MASK) {
317 if (max & JH71X0_CLK_ENABLE)
322 if (max & JH71X0_CLK_ENABLE)