Searched refs:array_soc (Results 1 – 1 of 1) sorted by relevance
128 static int array_soc[][2] = { variable390 count = ARRAY_SIZE(array_soc); in calc_soc()391 if (ocv < array_soc[count - 1][0]) { in calc_soc()397 if (ocv >= array_soc[i][0]) { in calc_soc()398 *soc = array_soc[i][1]; in calc_soc()