Lines Matching defs:target_speed
651 static int mtk_i2c_max_step_cnt(unsigned int target_speed)
653 if (target_speed > I2C_MAX_FAST_MODE_PLUS_FREQ)
799 unsigned int target_speed,
814 if (target_speed > I2C_MAX_HIGH_SPEED_MODE_FREQ)
815 target_speed = I2C_MAX_HIGH_SPEED_MODE_FREQ;
817 max_step_cnt = mtk_i2c_max_step_cnt(target_speed);
820 opt_div = DIV_ROUND_UP(clk_src >> 1, target_speed);
838 target_speed, step_cnt - 1, sample_cnt - 1);
857 target_speed) {
861 dev_dbg(i2c->dev, "Unsupported speed (%uhz)\n", target_speed);
878 unsigned int target_speed;
883 target_speed = i2c->speed_hz;
897 if (target_speed > I2C_MAX_FAST_MODE_PLUS_FREQ) {
910 target_speed, &step_cnt,
924 target_speed, &l_step_cnt,