Searched refs:dst_inc (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
D | c2p_planar.c | 48 static inline void store_planar(void *dst, u32 dst_inc, u32 bpp, u32 d[8]) in store_planar() argument 52 for (i = 0; i < bpp; i++, dst += dst_inc) in store_planar() 61 static inline void store_planar_masked(void *dst, u32 dst_inc, u32 bpp, in store_planar_masked() argument 66 for (i = 0; i < bpp; i++, dst += dst_inc) in store_planar_masked()
|
/linux-4.4.14/drivers/dma/ |
D | pl330.c | 296 unsigned dst_inc:1; member 1348 if (rqc->dst_inc) in _prepare_ccr() 2547 desc->rqcfg.dst_inc = 0; in pl330_prep_dma_cyclic() 2553 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_cyclic() 2603 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_memcpy() 2697 desc->rqcfg.dst_inc = 0; in pl330_prep_slave_sg() 2702 desc->rqcfg.dst_inc = 1; in pl330_prep_slave_sg()
|
D | dma-axi-dmac.c | 435 if (!xt->dst_inc || !axi_dmac_check_addr(chan, xt->dst_start)) in axi_dmac_prep_interleaved()
|
D | at_xdmac.c | 893 if (xt->dst_inc) { in at_xdmac_interleaved_queue_desc()
|
/linux-4.4.14/include/linux/ |
D | dmaengine.h | 164 bool dst_inc; member 973 return dmaengine_get_icg(xt->dst_inc, xt->dst_sgl, in dmaengine_get_dst_icg()
|