Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Dtps65911-comparator.c61 int curr_voltage = 0; in comp_threshold_set() local
65 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()