Searched refs:ATC_DST_WIDTH (Results 1 – 2 of 2) sorted by relevance
680 ATC_DST_WIDTH(dst_width); in atc_prep_dma_memcpy()767 ctrla |= ATC_DST_WIDTH(reg_width); in atc_prep_slave_sg()837 | ATC_DST_WIDTH(mem_width) in atc_prep_slave_sg()953 ATC_DST_WIDTH(dst_width); in atc_prep_dma_sg()1048 | ATC_DST_WIDTH(reg_width) in atc_dma_cyclic_fill_desc()
116 #define ATC_DST_WIDTH(x) ((x) << 28) macro