Searched refs:curr_voltage (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mfd/
H A Dtps65911-comparator.c62 int curr_voltage = 0; comp_threshold_set() local
69 while (curr_voltage < tps_comp.uV_max) { comp_threshold_set()
70 curr_voltage = tps_comp.vsel_table[index]; comp_threshold_set()
71 if (curr_voltage >= voltage) comp_threshold_set()
73 else if (curr_voltage < voltage) comp_threshold_set()
77 if (curr_voltage > tps_comp.uV_max) comp_threshold_set()

Completed in 46 milliseconds