Searched refs:tDS_min (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 46 .tDS_min = 40000, 91 .tDS_min = 20000, 136 .tDS_min = 15000, 181 .tDS_min = 10000, 226 .tDS_min = 10000, 271 .tDS_min = 7000, 324 .tDS_min = 5000, 366 .tDS_min = 3000, 408 .tDS_min = 2000, 450 .tDS_min = 1500, [all …]
|
| H A D | nand_toshiba.c | 233 sdr->tDS_min = 12000; in th58nvg2s3hbai4_choose_interface_config()
|
| H A D | stm32_fmc2_nand.c | 1456 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings() 1457 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings() 1458 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings() 1497 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings() 1498 (tset_att < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings() 1499 tset_att = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()
|
| H A D | intel-nand-controller.c | 218 thold = DIV_ROUND_UP(max(timings->tDH_min, timings->tDS_min), period); in ebu_nand_set_timings()
|
| /linux/include/linux/mtd/ |
| H A D | rawnand.h | 457 u32 tDS_min; member 551 u32 tDS_min; member
|