Searched defs:cpdma_params (Results 1 – 1 of 1) sorted by relevance
34 struct cpdma_params { struct35 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;[all …]