Lines Matching defs:trlt
98 #define ACCTIMING(tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt) \
100 (tw2r) << 12 | (twh) << 8 | (twst) << 4 | (trlt))
539 u32 rate, tpoecs, tprecs, tc2r, tw2r, twh, twst = 0, trlt = 0;
596 trlt = timings->tRC_min - temp;
597 trlt = max(trlt, timings->tRP_min) / 1000;
598 trlt = DIV_ROUND_UP(trlt * rate, 1000000) - 1;
599 trlt &= 0xf;
602 temp = (trlt + 1) * 1000000 / rate;
612 tsel -= (trlt + 1);
614 trlt += tsel - MAX_STROBE_DLY;
634 * 03:00: trlt, read wait states
636 trlt = ACCTIMING(tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt);
637 nfi_writel(nfc, trlt, NFI_ACCCON);