Searched refs:input_cycle (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/
H A Dnandsim.c94 static uint input_cycle = CONFIG_NANDSIM_INPUT_CYCLE; variable
127 module_param(input_cycle, uint, 0400);
152 MODULE_PARM_DESC(input_cycle, "Word input (to flash) time (nanoseconds)");
1654 NS_UDELAY(input_cycle * ns->geom.pgsz / 1000 / busdiv); do_state_action()

Completed in 54 milliseconds