Searched refs:curr_voltage (Results 1 – 1 of 1) sorted by relevance
56 int curr_voltage = 0; in comp_threshold_set() local60 while (curr_voltage < tps_comp.uV_max) { in comp_threshold_set()61 curr_voltage = tps_comp.vsel_table[index]; in comp_threshold_set()62 if (curr_voltage >= voltage) in comp_threshold_set()64 else if (curr_voltage < voltage) in comp_threshold_set()68 if (curr_voltage > tps_comp.uV_max) in comp_threshold_set()