Home
last modified time | relevance | path

Searched refs:tAR_min (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_timings.c28 .tAR_min = 25000,
70 .tAR_min = 10000,
112 .tAR_min = 10000,
154 .tAR_min = 10000,
196 .tAR_min = 10000,
238 .tAR_min = 10000,
Dfsmc_nand.c298 tims->tar = DIV_ROUND_UP(sdrt->tAR_min / 1000, hclkn) - 1; in fsmc_calc_timings()
Dtegra_nand.c789 val = DIV_ROUND_UP(max3(timings->tAR_min, timings->tRR_min, in tegra_nand_setup_timing()
Dmarvell_nand.c2238 nfc_tmg.tAR = TO_CYCLES(sdr->tAR_min, period_ns); in marvell_nfc_setup_data_interface()
/Linux-v4.19/include/linux/mtd/
Drawnand.h735 u32 tAR_min; member
/Linux-v4.19/drivers/mtd/nand/raw/atmel/
Dnand-controller.c1386 ncycles = DIV_ROUND_UP(conf->timings.sdr.tAR_min, mckperiodps); in atmel_smc_nand_prepare_smcconf()