Searched refs:temp_bitrate (Results 1 – 1 of 1) sorted by relevance
413 struct ra_iic_master_bitrate temp_bitrate = {}; in calc_iic_master_clock_setting() local416 &temp_bitrate); in calc_iic_master_clock_setting()419 struct ra_iic_master_bitrate test_bitrate = temp_bitrate; in calc_iic_master_clock_setting()433 if (new_bitrate.duty_error_percent < temp_bitrate.duty_error_percent) { in calc_iic_master_clock_setting()434 temp_bitrate = new_bitrate; in calc_iic_master_clock_setting()454 if (new_bitrate.duty_error_percent < temp_bitrate.duty_error_percent) { in calc_iic_master_clock_setting()455 temp_bitrate = new_bitrate; in calc_iic_master_clock_setting()461 if ((temp_bitrate.brh < 32) && (temp_bitrate.brl < 32)) { in calc_iic_master_clock_setting()463 bitrate = temp_bitrate; in calc_iic_master_clock_setting()