Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Drt5759-regulator.c118 int ocp_lvl[] = { 9800000, 10800000, 11800000 }; in rt5759_set_ocp() local
131 for (i = 0; i < ARRAY_SIZE(ocp_lvl); i++) { in rt5759_set_ocp()
132 if (lim_uA <= ocp_lvl[i]) in rt5759_set_ocp()
136 if (i == ARRAY_SIZE(ocp_lvl)) in rt5759_set_ocp()
137 i = ARRAY_SIZE(ocp_lvl) - 1; in rt5759_set_ocp()