Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dnandsim.c83 static uint input_cycle = CONFIG_NANDSIM_INPUT_CYCLE; variable
116 module_param(input_cycle, uint, 0400);
141 MODULE_PARM_DESC(input_cycle, "Word input (to flash) time (nanoseconds)");
1611 NS_UDELAY(input_cycle * ns->geom.pgsz / 1000 / busdiv); in ns_do_state_action()