Lines Matching refs:xfer_count
877 size_t xfer_count; in atc_prep_dma_interleaved() local
917 xfer_count = len >> dwidth; in atc_prep_dma_interleaved()
918 if (xfer_count > ATC_BTSIZE_MAX) { in atc_prep_dma_interleaved()
948 lli->ctrla = ctrla | xfer_count; in atc_prep_dma_interleaved()
977 size_t xfer_count; in atc_prep_dma_memcpy() local
1015 offset += xfer_count << src_width, i++) { in atc_prep_dma_memcpy()
1025 xfer_count = min_t(size_t, (len - offset) >> src_width, in atc_prep_dma_memcpy()
1030 lli->ctrla = ctrla | xfer_count; in atc_prep_dma_memcpy()
1033 desc->sg[i].len = xfer_count << src_width; in atc_prep_dma_memcpy()
1056 size_t xfer_count; in atdma_create_memset_lli() local
1063 xfer_count = len >> 2; in atdma_create_memset_lli()
1064 if (xfer_count > ATC_BTSIZE_MAX) { in atdma_create_memset_lli()
1077 lli->ctrla = ctrla | xfer_count; in atdma_create_memset_lli()