Lines Matching refs:xfer_count
707 size_t xfer_count; in atc_prep_dma_interleaved() local
748 xfer_count = len >> dwidth; in atc_prep_dma_interleaved()
749 if (xfer_count > ATC_BTSIZE_MAX) { in atc_prep_dma_interleaved()
774 desc->lli.ctrla = ctrla | xfer_count; in atc_prep_dma_interleaved()
808 size_t xfer_count; in atc_prep_dma_memcpy() local
837 for (offset = 0; offset < len; offset += xfer_count << src_width) { in atc_prep_dma_memcpy()
838 xfer_count = min_t(size_t, (len - offset) >> src_width, in atc_prep_dma_memcpy()
847 desc->lli.ctrla = ctrla | xfer_count; in atc_prep_dma_memcpy()
851 desc->len = xfer_count << src_width; in atc_prep_dma_memcpy()
879 size_t xfer_count; in atc_create_memset_desc() local
887 xfer_count = len >> 2; in atc_create_memset_desc()
888 if (xfer_count > ATC_BTSIZE_MAX) { in atc_create_memset_desc()
903 desc->lli.ctrla = ctrla | xfer_count; in atc_create_memset_desc()