Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Ds3c2410.c293 int tacls, twrph0, twrph1; in s3c2410_nand_setrate() local
305 twrph0 = s3c_nand_calc_rate(plat->twrph0, clkrate, 8); in s3c2410_nand_setrate()
310 twrph0 = 8; in s3c2410_nand_setrate()
314 if (tacls < 0 || twrph0 < 0 || twrph1 < 0) { in s3c2410_nand_setrate()
320 tacls, to_ns(tacls, clkrate), twrph0, to_ns(twrph0, clkrate), in s3c2410_nand_setrate()
330 set |= S3C2410_NFCONF_TWRPH0(twrph0 - 1); in s3c2410_nand_setrate()
341 set |= S3C2440_NFCONF_TWRPH0(twrph0 - 1); in s3c2410_nand_setrate()
830 pdata->twrph0 = DIV_ROUND_UP(timings->tWP_min, 1000); in s3c2410_nand_setup_interface()
/Linux-v5.15/arch/arm/mach-s3c/
Dcommon-smdk-s3c24xx.c189 .twrph0 = 60,
209 smdk_nand_info.twrph0 = 50; in smdk_machine_init()
Dmach-vstms.c110 .twrph0 = 60,
Dmach-rx3715.c159 .twrph0 = 50,
Dmach-at2440evb.c105 .twrph0 = 55,
Dmach-hmt.c196 .twrph0 = 55,
Dmach-real6410.c186 .twrph0 = 55,
Dmach-qt2410.c297 .twrph0 = 60,
Dmach-mini6410.c134 .twrph0 = 55,
Dmach-anubis.c213 .twrph0 = 55,
Dmach-osiris.c229 .twrph0 = 60,
Dmach-gta02.c413 .twrph0 = 25,
Dmach-bast.c289 .twrph0 = 60,
Dmach-jive.c226 .twrph0 = 55,
Dmach-mini2440.c304 .twrph0 = 25,
Dmach-rx1950.c638 .twrph0 = 50,
/Linux-v5.15/include/linux/platform_data/
Dmtd-nand-s3c2410.h47 int twrph0; /* active time for nWE/nOE */ member