Lines Matching refs:xfer_count
713 size_t xfer_count; in atc_prep_dma_interleaved() local
754 xfer_count = len >> dwidth; in atc_prep_dma_interleaved()
755 if (xfer_count > ATC_BTSIZE_MAX) { in atc_prep_dma_interleaved()
780 desc->lli.ctrla = ctrla | xfer_count; in atc_prep_dma_interleaved()
814 size_t xfer_count; in atc_prep_dma_memcpy() local
843 for (offset = 0; offset < len; offset += xfer_count << src_width) { in atc_prep_dma_memcpy()
844 xfer_count = min_t(size_t, (len - offset) >> src_width, in atc_prep_dma_memcpy()
853 desc->lli.ctrla = ctrla | xfer_count; in atc_prep_dma_memcpy()
857 desc->len = xfer_count << src_width; in atc_prep_dma_memcpy()
885 size_t xfer_count; in atc_create_memset_desc() local
893 xfer_count = len >> 2; in atc_create_memset_desc()
894 if (xfer_count > ATC_BTSIZE_MAX) { in atc_create_memset_desc()
909 desc->lli.ctrla = ctrla | xfer_count; in atc_create_memset_desc()