Lines Matching refs:xfer_count
668 size_t xfer_count; in atc_prep_dma_interleaved() local
709 xfer_count = len >> dwidth; in atc_prep_dma_interleaved()
710 if (xfer_count > ATC_BTSIZE_MAX) { in atc_prep_dma_interleaved()
735 desc->lli.ctrla = ctrla | xfer_count; in atc_prep_dma_interleaved()
769 size_t xfer_count; in atc_prep_dma_memcpy() local
798 for (offset = 0; offset < len; offset += xfer_count << src_width) { in atc_prep_dma_memcpy()
799 xfer_count = min_t(size_t, (len - offset) >> src_width, in atc_prep_dma_memcpy()
808 desc->lli.ctrla = ctrla | xfer_count; in atc_prep_dma_memcpy()
812 desc->len = xfer_count << src_width; in atc_prep_dma_memcpy()
840 size_t xfer_count; in atc_create_memset_desc() local
848 xfer_count = len >> 2; in atc_create_memset_desc()
849 if (xfer_count > ATC_BTSIZE_MAX) { in atc_create_memset_desc()
864 desc->lli.ctrla = ctrla | xfer_count; in atc_create_memset_desc()