Lines Matching refs:xfer_count
687 size_t xfer_count; in atc_prep_dma_interleaved() local
728 xfer_count = len >> dwidth; in atc_prep_dma_interleaved()
729 if (xfer_count > ATC_BTSIZE_MAX) { in atc_prep_dma_interleaved()
754 desc->lli.ctrla = ctrla | xfer_count; in atc_prep_dma_interleaved()
788 size_t xfer_count; in atc_prep_dma_memcpy() local
817 for (offset = 0; offset < len; offset += xfer_count << src_width) { in atc_prep_dma_memcpy()
818 xfer_count = min_t(size_t, (len - offset) >> src_width, in atc_prep_dma_memcpy()
827 desc->lli.ctrla = ctrla | xfer_count; in atc_prep_dma_memcpy()
831 desc->len = xfer_count << src_width; in atc_prep_dma_memcpy()
859 size_t xfer_count; in atc_create_memset_desc() local
867 xfer_count = len >> 2; in atc_create_memset_desc()
868 if (xfer_count > ATC_BTSIZE_MAX) { in atc_create_memset_desc()
883 desc->lli.ctrla = ctrla | xfer_count; in atc_create_memset_desc()