Searched refs:ATC_SRC_WIDTH (Results 1 – 2 of 2) sorted by relevance
679 ctrla = ATC_SRC_WIDTH(src_width) | in atc_prep_dma_memcpy()796 | ATC_SRC_WIDTH(mem_width) in atc_prep_slave_sg()807 ctrla |= ATC_SRC_WIDTH(reg_width); in atc_prep_slave_sg()952 ctrla = ATC_SRC_WIDTH(src_width) | in atc_prep_dma_sg()1049 | ATC_SRC_WIDTH(reg_width) in atc_dma_cyclic_fill_desc()
111 #define ATC_SRC_WIDTH(x) ((x) << 24) macro