thiz               99 drivers/mtd/nand/raw/fsmc_nand.c 	u8 thiz;
thiz              257 drivers/mtd/nand/raw/fsmc_nand.c 	u32 tclr, tar, thiz, thold, twait, tset;
thiz              261 drivers/mtd/nand/raw/fsmc_nand.c 	thiz = (tims->thiz & FSMC_THIZ_MASK) << FSMC_THIZ_SHIFT;
thiz              270 drivers/mtd/nand/raw/fsmc_nand.c 	writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM);
thiz              271 drivers/mtd/nand/raw/fsmc_nand.c 	writel_relaxed(thiz | thold | twait | tset, host->regs_va + ATTRIB);
thiz              280 drivers/mtd/nand/raw/fsmc_nand.c 	u32 thiz, thold, twait, tset;
thiz              292 drivers/mtd/nand/raw/fsmc_nand.c 	thiz = sdrt->tCS_min - sdrt->tWP_min;
thiz              293 drivers/mtd/nand/raw/fsmc_nand.c 	tims->thiz = DIV_ROUND_UP(thiz / 1000, hclkn);
thiz              230 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	u8 thiz;
thiz              303 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	pmem |= FMC2_PMEM_MEMHIZ(timings->thiz);
thiz              309 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	patt |= FMC2_PATT_ATTHIZ(timings->thiz);
thiz             1464 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	unsigned long timing, tar, tclr, thiz, twait;
thiz             1475 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	tims->thiz = FMC2_THIZ;
thiz             1476 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	thiz = (tims->thiz + 1) * hclkp;
thiz             1499 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	if (twait > thiz && (sdrt->tDS_min > twait - thiz) &&
thiz             1500 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	    (tset_mem < sdrt->tDS_min - (twait - thiz)))
thiz             1501 drivers/mtd/nand/raw/stm32_fmc2_nand.c 		tset_mem = sdrt->tDS_min - (twait - thiz);
thiz             1540 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	if (twait > thiz && (sdrt->tDS_min > twait - thiz) &&
thiz             1541 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	    (tset_att < sdrt->tDS_min - (twait - thiz)))
thiz             1542 drivers/mtd/nand/raw/stm32_fmc2_nand.c 		tset_att = sdrt->tDS_min - (twait - thiz);