thold_mem         232 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	u8 thold_mem;
thold_mem         302 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	pmem |= FMC2_PMEM_MEMHOLD(timings->thold_mem);
thold_mem        1465 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	unsigned long tset_mem, tset_att, thold_mem, thold_att;
thold_mem        1510 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	thold_mem = max_t(unsigned long, hclkp, sdrt->tCH_min);
thold_mem        1512 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	    (thold_mem < sdrt->tREH_min - tset_mem))
thold_mem        1513 drivers/mtd/nand/raw/stm32_fmc2_nand.c 		thold_mem = sdrt->tREH_min - tset_mem;
thold_mem        1515 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	    (thold_mem < sdrt->tRC_min - (tset_mem + twait)))
thold_mem        1516 drivers/mtd/nand/raw/stm32_fmc2_nand.c 		thold_mem = sdrt->tRC_min - (tset_mem + twait);
thold_mem        1518 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	    (thold_mem < sdrt->tWC_min - (tset_mem + twait)))
thold_mem        1519 drivers/mtd/nand/raw/stm32_fmc2_nand.c 		thold_mem = sdrt->tWC_min - (tset_mem + twait);
thold_mem        1520 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	timing = DIV_ROUND_UP(thold_mem, hclkp);
thold_mem        1521 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	tims->thold_mem = clamp_val(timing, 1, FMC2_PMEM_PATT_TIMING_MASK);
thold_mem        1537 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	if (sdrt->tRHW_min > thold_mem &&
thold_mem        1538 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	    (tset_att < sdrt->tRHW_min - thold_mem))
thold_mem        1539 drivers/mtd/nand/raw/stm32_fmc2_nand.c 		tset_att = sdrt->tRHW_min - thold_mem;