Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dcafe_nand.c90 static unsigned int numtimings; variable
92 module_param_array(timing, int, &numtimings, 0644);
727 if (numtimings && numtimings != 3) { in cafe_nand_probe()
728 …&cafe->pdev->dev, "%d timing register values ignored; precisely three are required\n", numtimings); in cafe_nand_probe()
731 if (numtimings == 3) { in cafe_nand_probe()