Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dc2p_planar.c48 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.1.27/drivers/dma/
Dpl330.c296 unsigned dst_inc:1; member
1345 if (rqc->dst_inc) in _prepare_ccr()
2544 desc->rqcfg.dst_inc = 0; in pl330_prep_dma_cyclic()
2550 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_cyclic()
2598 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_memcpy()
2692 desc->rqcfg.dst_inc = 0; in pl330_prep_slave_sg()
2697 desc->rqcfg.dst_inc = 1; in pl330_prep_slave_sg()
/linux-4.1.27/include/linux/
Ddmaengine.h154 bool dst_inc; member