Home
last modified time | relevance | path

Searched refs:tWP_min (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dnand_timings.c64 .tWP_min = 50000,
109 .tWP_min = 25000,
154 .tWP_min = 17000,
199 .tWP_min = 15000,
244 .tWP_min = 12000,
289 .tWP_min = 10000,
595 spec_timings->tWP_min <= onfi_timings->tWP_min && in onfi_find_closest_sdr_mode()
H A Dams-delta.c212 priv->tWP = DIV_ROUND_UP(sdr->tWP_min, 1000); in gpio_nand_setup_interface()
H A Dtegra_nand.c808 reg |= TIMING_TWP(OFFSET(DIV_ROUND_UP(timings->tWP_min, period), 1)); in tegra_nand_setup_timing()
H A Ddenali.c874 rdwr_en_lo = DIV_ROUND_UP(max(timings->tRP_min, timings->tWP_min), t_x); in denali_setup_interface()
H A Dmxc_nand.c1069 timings->tWP_min > tRC_ps - 1500 || in mxc_nand_v2_setup_interface()
H A Dmtk_nand.c586 twst = max(timings->tWP_min, twst) / 1000; in mtk_nfc_setup_interface()
H A Dstm32_fmc2_nand.c1441 twait = max_t(unsigned long, twait, sdrt->tWP_min); in stm32_fmc2_nfc_calc_timings()
/linux/include/linux/mtd/
H A Drawnand.h475 u32 tWP_min; member
/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c1270 ncycles = DIV_ROUND_UP(conf->timings.sdr.tWP_min, mckperiodps); in atmel_smc_nand_prepare_smcconf()