Lines Matching defs:thiz
139 uint8_t thiz;
167 unsigned long timing, tar, tclr, thiz, twait;
179 tims.thiz = FMC2_THIZ;
180 thiz = (tims.thiz + 1U) * hclkp;
203 if ((twait > thiz) && ((twait - thiz) < NAND_TDS_MIN) &&
204 (tset_mem < (NAND_TDS_MIN - (twait - thiz)))) {
205 tset_mem = NAND_TDS_MIN - (twait - thiz);
248 if ((twait > thiz) && ((twait - thiz) < NAND_TDS_MIN) &&
249 (tset_att < (NAND_TDS_MIN - (twait - thiz)))) {
250 tset_att = NAND_TDS_MIN - (twait - thiz);
303 tims.tclr, tims.tar, tims.thiz, tims.twait,
314 /* Set tset/twait/thold/thiz timings in common bank */
318 pmem |= FMC2_PMEM_MEMHIZ(tims.thiz);
320 /* Set tset/twait/thold/thiz timings in attribute bank */
324 patt |= FMC2_PATT_ATTHIZ(tims.thiz);