Searched refs:dst_step (Results 1 – 2 of 2) sorted by relevance
757 int src_datawidth, dst_datawidth, src_step, dst_step; in sprd_dma_fill_desc() local774 dst_step = src_step; in sprd_dma_fill_desc()776 dst_step = SPRD_DMA_NONE_STEP; in sprd_dma_fill_desc()778 dst_step = sprd_dma_get_step(slave_cfg->dst_addr_width); in sprd_dma_fill_desc()779 if (dst_step < 0) { in sprd_dma_fill_desc()781 return dst_step; in sprd_dma_fill_desc()817 if ((src_step != 0 && dst_step != 0) || (src_step | dst_step) == 0) { in sprd_dma_fill_desc()842 temp = (dst_step & SPRD_DMA_TRSF_STEP_MASK) << SPRD_DMA_DEST_TRSF_STEP_OFFSET; in sprd_dma_fill_desc()
644 unsigned int dst_step) in fill_decoder_block() argument649 for (j = 0; j < 8; j++, input++, dst += dst_step) { in fill_decoder_block()657 dst += stride - (8 * dst_step); in fill_decoder_block()838 unsigned int dst_stride, unsigned int dst_step, in decode_plane() argument873 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; in decode_plane()881 dst_stride, dst_step); in decode_plane()904 dst_step); in decode_plane()