Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Ds3c2410.c288 int tacls, twrph0, twrph1; in s3c2410_nand_setrate() local
301 twrph1 = s3c_nand_calc_rate(plat->twrph1, clkrate, 8); in s3c2410_nand_setrate()
306 twrph1 = 8; in s3c2410_nand_setrate()
309 if (tacls < 0 || twrph0 < 0 || twrph1 < 0) { in s3c2410_nand_setrate()
316 twrph1, to_ns(twrph1, clkrate)); in s3c2410_nand_setrate()
326 set |= S3C2410_NFCONF_TWRPH1(twrph1 - 1); in s3c2410_nand_setrate()
337 set |= S3C2440_NFCONF_TWRPH1(twrph1 - 1); in s3c2410_nand_setrate()
774 pdata->twrph1 = DIV_ROUND_UP(timings->tCLH_min, 1000); in s3c2410_nand_setup_interface()
/openbmc/linux/include/linux/platform_data/
H A Dmtd-nand-s3c2410.h48 int twrph1; /* time for release CLE/ALE from nWE/nOE inactive */ member