Lines Matching defs:cpdma_params
34 struct cpdma_params { struct
35 struct device *dev;
36 void __iomem *dmaregs;
37 void __iomem *txhdp, *rxhdp, *txcp, *rxcp;
38 void __iomem *rxthresh, *rxfree;
39 int num_chan;
40 bool has_soft_reset;
41 int min_packet_size;
42 u32 desc_mem_phys;
43 u32 desc_hw_addr;
44 int desc_mem_size;
45 int desc_align;
52 bool has_ext_regs;