Lines Matching defs:src
63 #define AT_DMA_SLAST(x) BIT((x) << 1) /* This src rq is last tx of buffer on channel x */
156 #define ATC_SRC_PER GENMASK(3, 0) /* Channel src rq associated with periph handshaking ifc h */
160 #define ATC_SRC_PER_MSB GENMASK(11, 10) /* Channel src rq (most significant bits) */
523 static inline unsigned int atc_get_xfer_width(dma_addr_t src, dma_addr_t dst,
528 if (!((src | dst | len) & 3))
530 else if (!((src | dst | len) & 1))
880 "%s: src=%pad, dest=%pad, numf=%d, frame_size=%d, flags=0x%lx\n",
956 * @src: operation virtual source address
961 atc_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dest, dma_addr_t src,
977 &dest, &src, len, flags);
999 src_width = dst_width = atc_get_xfer_width(src, dest, len);
1018 lli->saddr = src + offset;