/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to dma/ipe.h

  • Committer: Suren A. Chilingaryan
  • Date: 2017-08-16 20:38:14 UTC
  • mfrom: (405.1.3 pcitool)
  • Revision ID: csa@suren.me-20170816203814-ssqbbpnqpxeyhjyu
Merge minor fixes from camera/pcitool

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