Lines Matching defs:cpdma_params
22 struct cpdma_params { struct
23 struct device *dev;
24 void __iomem *dmaregs;
25 void __iomem *txhdp, *rxhdp, *txcp, *rxcp;
26 void __iomem *rxthresh, *rxfree;
27 int num_chan;
28 bool has_soft_reset;
29 int min_packet_size;
30 dma_addr_t desc_mem_phys;
31 dma_addr_t desc_hw_addr;
32 int desc_mem_size;
33 int desc_align;
34 u32 bus_freq_mhz;
35 u32 descs_pool_size;
42 bool has_ext_regs;