Searched refs:ATC_SRC_WIDTH (Results 1 – 2 of 2) sorted by relevance
766 ctrla = ATC_SRC_WIDTH(dwidth) | in atc_prep_dma_interleaved()846 ctrla = ATC_SRC_WIDTH(src_width) | in atc_prep_dma_memcpy()893 u32 ctrla = ATC_SRC_WIDTH(2) | ATC_DST_WIDTH(2); in atc_create_memset_desc()1140 | ATC_SRC_WIDTH(mem_width) in atc_prep_slave_sg()1151 ctrla |= ATC_SRC_WIDTH(reg_width); in atc_prep_slave_sg()1292 ctrla = ATC_SRC_WIDTH(src_width) | in atc_prep_dma_sg()1383 | ATC_SRC_WIDTH(reg_width) in atc_dma_cyclic_fill_desc()
111 #define ATC_SRC_WIDTH(x) ((x) << 24) macro