Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Ds3c2410.c286 int tacls, twrph0, twrph1; in s3c2410_nand_setrate() local
298 twrph0 = s3c_nand_calc_rate(plat->twrph0, clkrate, 8); in s3c2410_nand_setrate()
303 twrph0 = 8; in s3c2410_nand_setrate()
307 if (tacls < 0 || twrph0 < 0 || twrph1 < 0) { in s3c2410_nand_setrate()
313 tacls, to_ns(tacls, clkrate), twrph0, to_ns(twrph0, clkrate), in s3c2410_nand_setrate()
323 set |= S3C2410_NFCONF_TWRPH0(twrph0 - 1); in s3c2410_nand_setrate()
334 set |= S3C2440_NFCONF_TWRPH0(twrph0 - 1); in s3c2410_nand_setrate()
771 pdata->twrph0 = DIV_ROUND_UP(timings->tWP_min, 1000); in s3c2410_nand_setup_interface()
/linux/include/linux/platform_data/
H A Dmtd-nand-s3c2410.h47 int twrph0; /* active time for nWE/nOE */ member