Home
last modified time | relevance | path

Searched refs:dest_width (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/iio/buffer/
Dindustrialio-buffer-dmaengine.c145 unsigned int width, src_width, dest_width; in iio_dmaengine_buffer_alloc() local
170 dest_width = __ffs(caps.dst_addr_widths); in iio_dmaengine_buffer_alloc()
172 dest_width = 1; in iio_dmaengine_buffer_alloc()
173 width = max(src_width, dest_width); in iio_dmaengine_buffer_alloc()
/Linux-v4.19/drivers/dma/
Ddma-axi-dmac.c107 unsigned int dest_width; member
579 chan->dest_width = val / 8; in axi_dmac_parse_chan_dt()
590 chan->align_mask = max(chan->dest_width, chan->src_width) - 1; in axi_dmac_parse_chan_dt()
667 dma_dev->dst_addr_widths = BIT(dmac->chan.dest_width); in axi_dmac_probe()
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-image-convert.c698 unsigned int dest_width, dest_height; in convert_start() local
709 dest_width = d_image->tile[0].height; in convert_start()
712 dest_width = d_image->tile[0].width; in convert_start()
720 dest_width, in convert_start()