Searched refs:possible_strength (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/nand/
H A Decc-mxic.c227 static const int possible_strength[] = {4, 8, 40, 48}; local
276 for (idx = 0; idx < ARRAY_SIZE(possible_strength); idx++)
277 if (possible_strength[idx] >= strength)
281 ARRAY_SIZE(possible_strength) - 1);
284 idx = ARRAY_SIZE(possible_strength) - 1;
299 conf->strength = possible_strength[idx];

Completed in 212 milliseconds