Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dcafe_nand.c89 static unsigned int numtimings; variable
91 module_param_array(timing, int, &numtimings, 0644);
641 if (numtimings && numtimings != 3) { in cafe_nand_probe()
642 …&cafe->pdev->dev, "%d timing register values ignored; precisely three are required\n", numtimings); in cafe_nand_probe()
645 if (numtimings == 3) { in cafe_nand_probe()