Searched defs:dw_axi_dma_hcfg (Results 1 – 1 of 1) sorted by relevance
25 struct dw_axi_dma_hcfg { struct26 u32 nr_channels;27 u32 nr_masters;28 u32 m_data_width;29 u32 block_size[DMAC_MAX_CHANNELS];30 u32 priority[DMAC_MAX_CHANNELS];32 u32 axi_rw_burst_len;34 bool reg_map_8_channels;35 bool restrict_axi_burst_len;59 struct dw_axi_dma_hcfg *hdata; argument