diff options
Diffstat (limited to 'dma')
-rw-r--r-- | dma/nwl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,9 +13,9 @@ typedef struct pcilib_nwl_engine_description_s pcilib_nwl_engine_description_t; #define PCILIB_NWL_ALIGNMENT 64 // in bytes #define PCILIB_NWL_DMA_DESCRIPTOR_SIZE 64 // in bytes -#define PCILIB_NWL_DMA_PAGES 512 // 1024 +#define PCILIB_NWL_DMA_PAGES 1024 // 1024 -//#define DEBUG_HARDWARE +#define DEBUG_HARDWARE //#define DEBUG_NWL #include "nwl_dma.h" |