Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/devices/
Dphram.c214 static char phram_paramline[64 + 20 + 20 + 20]; variable
313 if (strlen(val) >= sizeof(phram_paramline)) in phram_param_call()
315 strcpy(phram_paramline, val); in phram_param_call()
330 if (phram_paramline[0]) in init_phram()
331 ret = phram_setup(phram_paramline); in init_phram()