crypto: omap-sham - Adjust DMA parameters
authorSamu Onkalo <samu.p.onkalo@nokia.com>
Fri, 3 Sep 2010 11:20:19 +0000 (19:20 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 Sep 2010 11:20:19 +0000 (19:20 +0800)
commit584db6a1b5b80513b272b788e5bda43da982817a
treeca280847905a7d1f8970799bfb22b7da91ff4e31
parente84c5480b782c4009ef65b0248be7f0864573d7e
crypto: omap-sham - Adjust DMA parameters

DMA is set to use burst mode also for source channel. It should
descrease memory bandwidth needs.

DMA synchronization is set to use prefetch mechanism. SHAM block is behind
L4 bus and it doesn't have fifo. SHAM block is stalling as long as the new
data is available. It takes time to fetch data from memory and transfer it
via L4 bus. With prefetch enabled, data is waiting in DMA fifo and SHAM block
receives new data block faster.
This increases SHA processing speed up to 30 percent depending on the
bus / memory load.

Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com>
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/omap-sham.c