Searched refs:curr_voltage (Results 1 – 1 of 1) sorted by relevance
61 int curr_voltage = 0; in comp_threshold_set() local65 while (curr_voltage < tps_comp.uV_max) { in comp_threshold_set()66 curr_voltage = tps_comp.vsel_table[index]; in comp_threshold_set()67 if (curr_voltage >= voltage) in comp_threshold_set()69 else if (curr_voltage < voltage) in comp_threshold_set()73 if (curr_voltage > tps_comp.uV_max) in comp_threshold_set()