Home
last modified time | relevance | path

Searched refs:twrph0 (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
300 twrph0 = s3c_nand_calc_rate(plat->twrph0, clkrate, 8); in s3c2410_nand_setrate()
305 twrph0 = 8; in s3c2410_nand_setrate()
309 if (tacls < 0 || twrph0 < 0 || twrph1 < 0) { in s3c2410_nand_setrate()
315 tacls, to_ns(tacls, clkrate), twrph0, to_ns(twrph0, clkrate), in s3c2410_nand_setrate()
325 set |= S3C2410_NFCONF_TWRPH0(twrph0 - 1); in s3c2410_nand_setrate()
336 set |= S3C2440_NFCONF_TWRPH0(twrph0 - 1); in s3c2410_nand_setrate()
773 pdata->twrph0 = DIV_ROUND_UP(timings->tWP_min, 1000); in s3c2410_nand_setup_interface()
/openbmc/linux/include/linux/platform_data/
H A Dmtd-nand-s3c2410.h47 int twrph0; /* active time for nWE/nOE */ member