Searched refs:nbNOPs (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/mtd/devices/
H A Ddocg3.c160 * @nbNOPs: the number of NOPs to issue
168 static void doc_delay(struct docg3 *docg3, int nbNOPs) argument
172 doc_vdbg("NOP x %d\n", nbNOPs);
173 for (i = 0; i < nbNOPs; i++)

Completed in 189 milliseconds