Home
last modified time | relevance | path

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

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