Lines Matching defs:twst
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;
586 twst = timings->tWC_min - temp;
587 twst = max(timings->tWP_min, twst) / 1000;
588 twst = DIV_ROUND_UP(twst * rate, 1000000) - 1;
589 twst &= 0xf;
633 * 07:04: twst, write wait states
636 trlt = ACCTIMING(tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt);