Lines Matching defs:tset_att
144 uint8_t tset_att;
168 unsigned long tset_mem, tset_att, thold_mem, thold_att;
240 tset_att = hclkp;
241 if ((twait < NAND_TCS_MIN) && (tset_att < (NAND_TCS_MIN - twait))) {
242 tset_att = NAND_TCS_MIN - twait;
245 (tset_att < (NAND_TRHW_MIN - thold_mem))) {
246 tset_att = NAND_TRHW_MIN - thold_mem;
249 (tset_att < (NAND_TDS_MIN - (twait - thiz)))) {
250 tset_att = NAND_TDS_MIN - (twait - thiz);
252 timing = div_round_up(tset_att, hclkp);
253 tims.tset_att = CLAMP(timing, 1UL,
290 if (((tset_att + twait) < NAND_TRC_MIN) &&
291 (thold_att < (NAND_TRC_MIN - (tset_att + twait)))) {
292 thold_att = NAND_TRC_MIN - (tset_att + twait);
294 if (((tset_att + twait) < NAND_TWC_MIN) &&
295 (thold_att < (NAND_TWC_MIN - (tset_att + twait)))) {
296 thold_att = NAND_TWC_MIN - (tset_att + twait);
305 tims.thold_att, tims.tset_att);
321 patt = FMC2_PATT_ATTSET(tims.tset_att);