Home
last modified time | relevance | path

Searched refs:tDS_min (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
A Dnand_timings.c37 .tDS_min = 40000,
79 .tDS_min = 20000,
121 .tDS_min = 15000,
163 .tDS_min = 10000,
205 .tDS_min = 10000,
247 .tDS_min = 7000,
A Dstm32_fmc2_nand.c638 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings()
639 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings()
640 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()
679 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings()
680 (tset_att < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings()
681 tset_att = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()
A Dsunxi_nand.c1266 if (timings->tDS_min > min_clk_period) in sunxi_nand_chip_set_timings()
1267 min_clk_period = timings->tDS_min; in sunxi_nand_chip_set_timings()
/u-boot/include/linux/mtd/
A Drawnand.h731 u32 tDS_min; member

Completed in 18 milliseconds