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

/u-boot/tools/
H A Dzynqmpbif.c137 const char *dest_els[] = { "none", "el-0", "el-1", "el-2", "el-3" }; local
140 for (i = 0; i < ARRAY_SIZE(dest_els); i++) {
141 if (!strncmp(line, dest_els[i], strlen(dest_els[i]))) {
143 return line + strlen(dest_els[i]);

Completed in 37 milliseconds