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

/linux-master/drivers/mtd/devices/
H A Dphram.c256 static char phram_paramline[64 + 20 + 20 + 20]; variable
359 if (strlen(val) >= sizeof(phram_paramline))
361 strcpy(phram_paramline, val);
418 if (phram_paramline[0])
419 ret = phram_setup(phram_paramline);

Completed in 137 milliseconds