Lines Matching defs:twrph1
292 int tacls, twrph0, twrph1;
305 twrph1 = s3c_nand_calc_rate(plat->twrph1, clkrate, 8);
310 twrph1 = 8;
313 if (tacls < 0 || twrph0 < 0 || twrph1 < 0) {
320 twrph1, to_ns(twrph1, clkrate));
330 set |= S3C2410_NFCONF_TWRPH1(twrph1 - 1);
341 set |= S3C2440_NFCONF_TWRPH1(twrph1 - 1);
830 pdata->twrph1 = DIV_ROUND_UP(timings->tCLH_min, 1000);