Lines Matching defs:trlt
97 #define ACCTIMING(tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt) \
99 (tw2r) << 12 | (twh) << 8 | (twst) << 4 | (trlt))
538 u32 rate, tpoecs, tprecs, tc2r, tw2r, twh, twst = 0, trlt = 0;
595 trlt = timings->tRC_min - temp;
596 trlt = max(trlt, timings->tRP_min) / 1000;
597 trlt = DIV_ROUND_UP(trlt * rate, 1000000) - 1;
598 trlt &= 0xf;
601 temp = (trlt + 1) * 1000000 / rate;
611 tsel -= (trlt + 1);
613 trlt += tsel - MAX_STROBE_DLY;
633 * 03:00: trlt, read wait states
635 trlt = ACCTIMING(tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt);
636 nfi_writel(nfc, trlt, NFI_ACCCON);