Searched refs:tpoecs (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/mtd/nand/raw/
H A Dmtk_nand.c97 #define ACCTIMING(tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt) \
98 ((tpoecs) << 28 | (tprecs) << 22 | (tc2r) << 16 | \
538 u32 rate, tpoecs, tprecs, tc2r, tw2r, twh, twst = 0, trlt = 0; local
555 tpoecs = max(timings->tALH_min, timings->tCLH_min) / 1000;
556 tpoecs = DIV_ROUND_UP(tpoecs * rate, 1000000);
557 tpoecs &= 0xf;
625 * 31:28: tpoecs, minimum required time for CS post pulling down after
635 trlt = ACCTIMING(tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt);

Completed in 281 milliseconds