Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/devices/
Dphram.c213 static char phram_paramline[64 + 20 + 20]; variable
292 if (strlen(val) >= sizeof(phram_paramline)) in phram_param_call()
294 strcpy(phram_paramline, val); in phram_param_call()
309 if (phram_paramline[0]) in init_phram()
310 ret = phram_setup(phram_paramline); in init_phram()