diff options
author | root <root@ipepdvpc4> | 2011-07-27 12:27:16 +0200 |
---|---|---|
committer | root <root@ipepdvpc4> | 2011-07-27 12:27:16 +0200 |
commit | 9c2091a7bde4a2e21e88bb4bd85998eb362249ea (patch) | |
tree | dc64847b4e645515aebc1c5729ef1eebd8f4aba9 /dma/nwl.h | |
parent | 9b5ceef2b3b914bfe49e255b5a5d88db94739301 (diff) | |
download | pcitool-9c2091a7bde4a2e21e88bb4bd85998eb362249ea.tar.gz pcitool-9c2091a7bde4a2e21e88bb4bd85998eb362249ea.tar.bz2 pcitool-9c2091a7bde4a2e21e88bb4bd85998eb362249ea.tar.xz pcitool-9c2091a7bde4a2e21e88bb4bd85998eb362249ea.zip |
Few fixes in IPE Camera code
Diffstat (limited to 'dma/nwl.h')
-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" |