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 Dpl35x-nand-controller.c834 val = TO_CYCLES(sdr->tWP_min, period_ns); in pl35x_nfc_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 Dcadence-nand-controller.c2531 (sdr->tWP_min + if_skew) <= (clk_period / 2) && in cadence_nand_setup_sdr_interface()
2538 twp_cnt = calc_cycl(sdr->tWP_min + if_skew, clk_period); in cadence_nand_setup_sdr_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