Searched refs:tDS_min (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/mtd/nand/raw/ ! |
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 …]
|
D | stm32_fmc2_nand.c | 1438 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings() 1439 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings() 1440 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings() 1479 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings() 1480 (tset_att < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings() 1481 tset_att = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()
|
D | nand_toshiba.c | 233 sdr->tDS_min = 12000; in th58nvg2s3hbai4_choose_interface_config()
|
D | intel-nand-controller.c | 218 thold = DIV_ROUND_UP(max(timings->tDH_min, timings->tDS_min), period); in ebu_nand_set_timings()
|
D | sunxi_nand.c | 1444 if (timings->tDS_min > min_clk_period) in sunxi_nfc_setup_interface() 1445 min_clk_period = timings->tDS_min; in sunxi_nfc_setup_interface()
|
D | renesas-nand-controller.c | 923 cyc = sdr->tDS_min + sdr->tDH_min; in rnandc_setup_interface()
|
D | mxc_nand.c | 1187 timings->tDS_min > tRC_ps || in mxc_nand_v2_setup_interface()
|
/linux-6.1.9/include/linux/mtd/ ! |
D | rawnand.h | 453 u32 tDS_min; member 547 u32 tDS_min; member
|
/linux-6.1.9/drivers/mtd/nand/raw/gpmi-nand/ ! |
D | gpmi-nand.c | 887 data_setup_cycles = TO_CYCLES(sdr->tDS_min, period_ps); in gpmi_nfc_compute_timings()
|
/linux-6.1.9/drivers/mtd/nand/raw/atmel/ ! |
D | nand-controller.c | 1290 timeps = max(timeps, conf->timings.sdr.tDS_min); in atmel_smc_nand_prepare_smcconf()
|