Lines Matching defs:rate
937 static long wiz_clk_div_round_rate(struct clk_hw *hw, unsigned long rate,
942 return divider_round_rate(hw, rate, prate, div->table, 2, 0x0);
945 static int wiz_clk_div_set_rate(struct clk_hw *hw, unsigned long rate,
952 val = divider_get_val(rate, parent_rate, div->table, 2, 0x0);
1085 unsigned long rate;
1098 rate = clk_get_rate(clk);
1099 if (rate >= 100000000)
1107 switch (rate) {
1132 rate = clk_get_rate(clk);
1133 if (rate >= 100000000)
1147 rate = clk_get_rate(clk);
1148 if (rate >= 100000000)