Lines Matching refs:rate
370 * the hw itself can turn on/off or change the rate of the clock when
625 * The SLOW clocks and default just inherit the rate of
633 syscon_clk_round_rate(struct clk_hw *hw, unsigned long rate,
640 /* We really only support setting the rate of the CPU clock */
641 if (rate <= 13000000)
643 if (rate <= 52000000)
645 if (rate <= 104000000)
650 static int syscon_clk_set_rate(struct clk_hw *hw, unsigned long rate,
656 /* We only support setting the rate of the CPU clock */
659 switch (rate) {
1043 mclk_clk_round_rate(struct clk_hw *hw, unsigned long rate,
1046 if (rate <= 18900000)
1048 if (rate <= 20800000)
1050 if (rate <= 23100000)
1052 if (rate <= 26000000)
1054 if (rate <= 29700000)
1056 if (rate <= 34700000)
1058 if (rate <= 41600000)
1060 /* Highest rate */
1064 static int mclk_clk_set_rate(struct clk_hw *hw, unsigned long rate,
1070 switch (rate) {