Searched refs:tADL_min (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nand_timings.c | 25 .tADL_min = 400000, 67 .tADL_min = 400000, 109 .tADL_min = 400000, 151 .tADL_min = 400000, 193 .tADL_min = 400000, 235 .tADL_min = 400000,
|
D | sunxi_nand.c | 1557 if (timings->tADL_min > (min_clk_period * 32)) in sunxi_nfc_setup_data_interface() 1558 min_clk_period = DIV_ROUND_UP(timings->tADL_min, 32); in sunxi_nfc_setup_data_interface() 1573 tADL = DIV_ROUND_UP(timings->tADL_min, min_clk_period) >> 3; in sunxi_nfc_setup_data_interface()
|
D | nand_base.c | 1730 NAND_OP_ADDR(0, addrs, PSEC_TO_NSEC(sdr->tADL_min)), in nand_exec_prog_page_op() 2009 NAND_OP_ADDR(1, &addr, PSEC_TO_NSEC(sdr->tADL_min)), in nand_readid_op() 2050 PSEC_TO_NSEC(sdr->tADL_min)), in nand_status_op() 2183 NAND_OP_ADDR(1, &feature, PSEC_TO_NSEC(sdr->tADL_min)), in nand_set_features_op()
|
D | tegra_nand.c | 810 val = DIV_ROUND_UP(timings->tADL_min, period); in tegra_nand_setup_timing()
|
D | denali.c | 1030 addr_2_data = DIV_ROUND_UP(timings->tADL_min, t_x); in denali_setup_data_interface()
|
D | marvell_nand.c | 2228 nfc_tmg.tADL = TO_CYCLES(sdr->tADL_min, period_ns); in marvell_nfc_setup_data_interface()
|
/Linux-v4.19/include/linux/mtd/ |
D | rawnand.h | 733 u32 tADL_min; member
|
/Linux-v4.19/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 1368 ncycles = DIV_ROUND_UP(conf->timings.sdr.tADL_min, mckperiodps); in atmel_smc_nand_prepare_smcconf()
|