struct ect_gen_param_table *volt_temp_param, *asv_param;
int ratio_table[16] = { 0, 18, 22, 27, 33, 40, 49, 60, 73, 89, 108, 131, 159, 194, 232, 250};
+ if (asv_group < 0 || asv_group > 15)
+ asv_group = 0;
+
if (!ratio)
ratio = ratio_table[asv_group];
struct ect_gen_param_table *volt_temp_param, *asv_param;
int ratio_table[16] = { 0, 25, 29, 35, 41, 48, 57, 67, 79, 94, 110, 130, 151, 162, 162, 162};
+ if (asv_group < 0 || asv_group > 15)
+ asv_group = 0;
+
if (!ratio)
ratio = ratio_table[asv_group];