make the dma buffer equal to the max dma size
--HG-- extra : convert_revision : 87adee6c2239f67976675c9291dc4fbaa4f67507
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
#define DMA_BACKOFF_PERIOD 200
|
||||
|
||||
#define MAX_DMA_SIZE (65536) // 64K
|
||||
#define MAX_DMA_SIZE (131072) // 128K
|
||||
#define MAX_MULTSECT (128)
|
||||
|
||||
#define PRD_BASE_MASK 0xfffffffe
|
||||
|
||||
Reference in New Issue
Block a user