mckperiodps      1174 drivers/mtd/nand/raw/atmel/nand-controller.c 	u32 ncycles, totalcycles, timeps, mckperiodps;
mckperiodps      1193 drivers/mtd/nand/raw/atmel/nand-controller.c 	mckperiodps = NSEC_PER_SEC / clk_get_rate(nc->mck);
mckperiodps      1194 drivers/mtd/nand/raw/atmel/nand-controller.c 	mckperiodps *= 1000;
mckperiodps      1201 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tWP_min, mckperiodps);
mckperiodps      1222 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(timeps, mckperiodps);
mckperiodps      1240 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(timeps, mckperiodps);
mckperiodps      1250 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tWC_min, mckperiodps);
mckperiodps      1276 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(timeps, mckperiodps);
mckperiodps      1282 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tRHZ_max, mckperiodps);
mckperiodps      1304 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tRP_min, mckperiodps);
mckperiodps      1320 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tRC_min, mckperiodps);
mckperiodps      1340 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tCLR_min, mckperiodps);
mckperiodps      1347 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tADL_min, mckperiodps);
mckperiodps      1365 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tAR_min, mckperiodps);
mckperiodps      1372 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tRR_min, mckperiodps);
mckperiodps      1379 drivers/mtd/nand/raw/atmel/nand-controller.c 	ncycles = DIV_ROUND_UP(conf->timings.sdr.tWB_max, mckperiodps);