PL080_CONTROL_DST_INCR 1140 drivers/dma/amba-pl08x.c 		dst_incr = !!(cctl & PL080_CONTROL_DST_INCR);
PL080_CONTROL_DST_INCR 1196 drivers/dma/amba-pl08x.c 		if (cctl & PL080_CONTROL_DST_INCR)
PL080_CONTROL_DST_INCR 1302 drivers/dma/amba-pl08x.c 			cctl & PL080_CONTROL_DST_INCR ? "+" : "",
PL080_CONTROL_DST_INCR 1676 drivers/dma/amba-pl08x.c 		  PL080_CONTROL_SRC_INCR | PL080_CONTROL_DST_INCR |
PL080_CONTROL_DST_INCR 1834 drivers/dma/amba-pl08x.c 	cctl |= PL080_CONTROL_SRC_INCR | PL080_CONTROL_DST_INCR;
PL080_CONTROL_DST_INCR 1968 drivers/dma/amba-pl08x.c 		cctl = PL080_CONTROL_DST_INCR;