Searched refs:output_cycle (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/mtd/nand/raw/
H A Dnandsim.c82 static uint output_cycle = CONFIG_NANDSIM_OUTPUT_CYCLE; variable
115 module_param(output_cycle, uint, 0400);
140 MODULE_PARM_DESC(output_cycle, "Word output (from flash) time (nanoseconds)");
1682 NS_UDELAY(output_cycle * ns->geom.pgsz / 1000 / busdiv);

Completed in 227 milliseconds