Lines Matching refs:xfer_count
705 size_t xfer_count; in atc_prep_dma_interleaved() local
746 xfer_count = len >> dwidth; in atc_prep_dma_interleaved()
747 if (xfer_count > ATC_BTSIZE_MAX) { in atc_prep_dma_interleaved()
772 desc->lli.ctrla = ctrla | xfer_count; in atc_prep_dma_interleaved()
806 size_t xfer_count; in atc_prep_dma_memcpy() local
835 for (offset = 0; offset < len; offset += xfer_count << src_width) { in atc_prep_dma_memcpy()
836 xfer_count = min_t(size_t, (len - offset) >> src_width, in atc_prep_dma_memcpy()
845 desc->lli.ctrla = ctrla | xfer_count; in atc_prep_dma_memcpy()
849 desc->len = xfer_count << src_width; in atc_prep_dma_memcpy()
877 size_t xfer_count; in atc_create_memset_desc() local
885 xfer_count = len >> 2; in atc_create_memset_desc()
886 if (xfer_count > ATC_BTSIZE_MAX) { in atc_create_memset_desc()
901 desc->lli.ctrla = ctrla | xfer_count; in atc_create_memset_desc()