Home
last modified time | relevance | path

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

/drivers/mfd/
Dtps65911-comparator.c56 int curr_voltage = 0; in comp_threshold_set() local
60 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()