/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/nwl_private.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-26 23:54:44 UTC
  • Revision ID: csa@suren.me-20150426235444-l9kvuvvfb2ovg8h1
Further adjustments to get ready for independent event plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#define PCILIB_NWL_DMA_DESCRIPTOR_SIZE          64  // in bytes
16
16
#define PCILIB_NWL_DMA_PAGES                    256 // 1024
17
17
 
 
18
#define PCILIB_NWL_REGISTER_TIMEOUT 10000       /**< us */
 
19
 
18
20
//#define DEBUG_HARDWARE
19
21
//#define DEBUG_NWL
20
22