Home
last modified time | relevance | path

Searched refs:tADL_min (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_timings.c22 .tADL_min = 400000,
64 .tADL_min = 400000,
106 .tADL_min = 400000,
148 .tADL_min = 400000,
190 .tADL_min = 400000,
232 .tADL_min = 400000,
Dstm32_fmc2_nand.c1533 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()
Dsunxi_nand.c1457 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()
Dnand_base.c1294 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()
Dtegra_nand.c808 val = DIV_ROUND_UP(timings->tADL_min, period); in tegra_nand_setup_timing()
Ddenali.c848 addr_2_data = DIV_ROUND_UP(timings->tADL_min, t_x); in denali_setup_data_interface()
Dmeson_nand.c1118 meson_chip->tadl = DIV_ROUND_UP(PSEC_TO_NSEC(timings->tADL_min), in meson_nfc_setup_data_interface()
Dmarvell_nand.c2340 nfc_tmg.tADL = TO_CYCLES(sdr->tADL_min, period_ns); in marvell_nfc_setup_data_interface()
/Linux-v5.4/include/linux/mtd/
Drawnand.h448 u32 tADL_min; member
/Linux-v5.4/drivers/mtd/nand/raw/atmel/
Dnand-controller.c1347 ncycles = DIV_ROUND_UP(conf->timings.sdr.tADL_min, mckperiodps); in atmel_smc_nand_prepare_smcconf()