Linux Kernel
3.7.1
|
#include <dw_dmac.h>
Data Fields | |
unsigned int | nr_channels |
bool | is_private |
unsigned char | chan_allocation_order |
unsigned char | chan_priority |
unsigned short | block_size |
unsigned char | nr_masters |
unsigned char | data_width [4] |
struct dw_dma_platform_data - Controller configuration parameters : Number of channels supported by hardware (max 8) : The device channels should be marked as private and not for by the general purpose DMA channel allocator. : Maximum block size supported by the controller : Number of AHB masters supported by the controller : Maximum data width supported by hardware per AHB master (0 - 8bits, 1 - 16bits, ..., 5 - 256bits)