Lines Matching defs:fscl
1016 unsigned long fscl = *f, best_fscl = *f, actual_fscl, temp;
1021 temp = input_clk / (22 * fscl);
1024 * If the calculated value is negative or 0, the fscl input is out of
1032 div_b = DIV_ROUND_UP(input_clk, 22 * fscl * (div_a + 1));
1040 if (actual_fscl > fscl)
1043 current_error = fscl - actual_fscl;
1081 unsigned long fscl = id->i2c_clk;
1083 ret = cdns_i2c_calc_divs(&fscl, clk_in, &div_a, &div_b);
1129 unsigned long fscl = id->i2c_clk;
1133 ret = cdns_i2c_calc_divs(&fscl, input_clk, &div_a, &div_b);