Searched refs:tADL_min (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| D | nand_timings.c | 22 .tADL_min = 400000, 64 .tADL_min = 400000, 106 .tADL_min = 400000, 148 .tADL_min = 400000, 190 .tADL_min = 400000, 232 .tADL_min = 400000,
|
| D | stm32_fmc2_nand.c | 1533 if (sdrt->tADL_min > tset_mem && in stm32_fmc2_calc_timings() 1534 (thold_att < sdrt->tADL_min - tset_mem)) in stm32_fmc2_calc_timings() 1535 thold_att = sdrt->tADL_min - tset_mem; in stm32_fmc2_calc_timings()
|
| D | sunxi_nand.c | 1457 if (timings->tADL_min > (min_clk_period * 32)) in sunxi_nfc_setup_data_interface() 1458 min_clk_period = DIV_ROUND_UP(timings->tADL_min, 32); in sunxi_nfc_setup_data_interface() 1487 tADL = DIV_ROUND_UP(timings->tADL_min, min_clk_period) >> 3; in sunxi_nfc_setup_data_interface()
|
| D | nand_base.c | 1294 NAND_OP_ADDR(0, addrs, PSEC_TO_NSEC(sdr->tADL_min)), in nand_exec_prog_page_op() 1572 NAND_OP_ADDR(1, &addr, PSEC_TO_NSEC(sdr->tADL_min)), in nand_readid_op() 1611 PSEC_TO_NSEC(sdr->tADL_min)), in nand_status_op() 1739 NAND_OP_ADDR(1, &feature, PSEC_TO_NSEC(sdr->tADL_min)), in nand_set_features_op()
|
| D | tegra_nand.c | 808 val = DIV_ROUND_UP(timings->tADL_min, period); in tegra_nand_setup_timing()
|
| D | denali.c | 848 addr_2_data = DIV_ROUND_UP(timings->tADL_min, t_x); in denali_setup_data_interface()
|
| D | meson_nand.c | 1118 meson_chip->tadl = DIV_ROUND_UP(PSEC_TO_NSEC(timings->tADL_min), in meson_nfc_setup_data_interface()
|
| D | marvell_nand.c | 2340 nfc_tmg.tADL = TO_CYCLES(sdr->tADL_min, period_ns); in marvell_nfc_setup_data_interface()
|
| /Linux-v5.4/include/linux/mtd/ |
| D | rawnand.h | 448 u32 tADL_min; member
|
| /Linux-v5.4/drivers/mtd/nand/raw/atmel/ |
| D | nand-controller.c | 1347 ncycles = DIV_ROUND_UP(conf->timings.sdr.tADL_min, mckperiodps); in atmel_smc_nand_prepare_smcconf()
|