Lines Matching defs:thold_mem
141 uint8_t thold_mem;
168 unsigned long tset_mem, tset_att, thold_mem, thold_att;
216 thold_mem = MAX(hclkp, NAND_TCH_MIN);
218 (thold_mem < (NAND_TREH_MIN - tset_mem))) {
219 thold_mem = NAND_TREH_MIN - tset_mem;
222 (thold_mem < (NAND_TRC_MIN - (tset_mem + twait)))) {
223 thold_mem = NAND_TRC_MIN - (tset_mem + twait);
226 (thold_mem < (NAND_TWC_MIN - (tset_mem + twait)))) {
227 thold_mem = NAND_TWC_MIN - (tset_mem + twait);
229 timing = div_round_up(thold_mem, hclkp);
230 tims.thold_mem = CLAMP(timing, 1UL,
244 if ((thold_mem < NAND_TRHW_MIN) &&
245 (tset_att < (NAND_TRHW_MIN - thold_mem))) {
246 tset_att = NAND_TRHW_MIN - thold_mem;
304 tims.thold_mem, tims.tset_mem,
317 pmem |= FMC2_PMEM_MEMHOLD(tims.thold_mem);