tWP_min          1201 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tWP_min, mckperiodps);
tWP_min           867 drivers/mtd/nand/raw/denali.c 	rdwr_en_lo = DIV_ROUND_UP(max(timings->tRP_min, timings->tWP_min), t_x);
tWP_min           292 drivers/mtd/nand/raw/fsmc_nand.c 	thiz = sdrt->tCS_min - sdrt->tWP_min;
tWP_min           312 drivers/mtd/nand/raw/fsmc_nand.c 	twait = max(sdrt->tRP_min, sdrt->tWP_min);
tWP_min           319 drivers/mtd/nand/raw/fsmc_nand.c 	tset = max(sdrt->tCS_min - sdrt->tWP_min,
tWP_min           557 drivers/mtd/nand/raw/mtk_nand.c 	twst = max(timings->tWP_min, twst) / 1000;
tWP_min          1185 drivers/mtd/nand/raw/mxc_nand.c 	    timings->tWP_min > tRC_ps - 1500 ||
tWP_min            54 drivers/mtd/nand/raw/nand_timings.c 			.tWP_min = 50000,
tWP_min            96 drivers/mtd/nand/raw/nand_timings.c 			.tWP_min = 25000,
tWP_min           138 drivers/mtd/nand/raw/nand_timings.c 			.tWP_min = 17000,
tWP_min           180 drivers/mtd/nand/raw/nand_timings.c 			.tWP_min = 15000,
tWP_min           222 drivers/mtd/nand/raw/nand_timings.c 			.tWP_min = 12000,
tWP_min           264 drivers/mtd/nand/raw/nand_timings.c 			.tWP_min = 10000,
tWP_min           823 drivers/mtd/nand/raw/s3c2410.c 	tacls = timings->tCLS_min - timings->tWP_min;
tWP_min           828 drivers/mtd/nand/raw/s3c2410.c 	pdata->twrph0 = DIV_ROUND_UP(timings->tWP_min, 1000);
tWP_min          1484 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	twait = max_t(unsigned long, twait, sdrt->tWP_min);
tWP_min          1410 drivers/mtd/nand/raw/sunxi_nand.c 	if (timings->tWP_min > min_clk_period)
tWP_min          1411 drivers/mtd/nand/raw/sunxi_nand.c 		min_clk_period = timings->tWP_min;
tWP_min           497 drivers/mtd/nand/raw/tango_nand.c 	Twpw = to_ticks(kHz, sdr->tWC_min - sdr->tWP_min);
tWP_min           803 drivers/mtd/nand/raw/tegra_nand.c 	reg |= TIMING_TWP(OFFSET(DIV_ROUND_UP(timings->tWP_min, period), 1));
tWP_min           479 include/linux/mtd/rawnand.h 	u32 tWP_min;