Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/fw/arc/
Dcmdline.c30 static char *used_arc[][2] = { variable
43 for(i = 0; i < ARRAY_SIZE(used_arc); i++) { in move_firmware_args()
44 int len = strlen(used_arc[i][0]); in move_firmware_args()
46 if (!strncmp(prom_argv(actr), used_arc[i][0], len)) { in move_firmware_args()
48 strcat(cp, used_arc[i][1]); in move_firmware_args()
49 cp += strlen(used_arc[i][1]); in move_firmware_args()