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