/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to dma/ipe.h

  • Committer: Suren A. Chilingaryan
  • Date: 2016-11-24 11:24:43 UTC
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: csa@suren.me-20161124112443-5r4k1c01isymp5p2
Reduce number of DMA pages used by IPEDMA engine to address current hardware limit of 1023

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include "version.h"
7
7
 
8
8
#define IPEDMA_PAGE_SIZE                4096l           /**< page size */
9
 
#define IPEDMA_DMA_PAGES                1024l           /**< number of DMA pages in the ring buffer to allocate */
 
9
#define IPEDMA_DMA_PAGES                512l            /**< number of DMA pages in the ring buffer to allocate */
10
10
 
11
11
#define IPEDMA_DMA_TIMEOUT              100000l         /**< us, overrides PCILIB_DMA_TIMEOUT (actual hardware timeout is 50ms according to Lorenzo) */
12
12