dstbus           1109 drivers/dma/amba-pl08x.c 	struct pl08x_bus_data dstbus;
dstbus           1149 drivers/dma/amba-pl08x.c 		*mbus = &bd->dstbus;
dstbus           1153 drivers/dma/amba-pl08x.c 		*sbus = &bd->dstbus;
dstbus           1155 drivers/dma/amba-pl08x.c 		if (bd->dstbus.buswidth >= bd->srcbus.buswidth) {
dstbus           1156 drivers/dma/amba-pl08x.c 			*mbus = &bd->dstbus;
dstbus           1160 drivers/dma/amba-pl08x.c 			*sbus = &bd->dstbus;
dstbus           1182 drivers/dma/amba-pl08x.c 	llis_va[PL080_LLI_DST] = bd->dstbus.addr;
dstbus           1192 drivers/dma/amba-pl08x.c 		bd->dstbus.addr += len;
dstbus           1197 drivers/dma/amba-pl08x.c 			bd->dstbus.addr += len;
dstbus           1282 drivers/dma/amba-pl08x.c 	bd.dstbus.maxwidth = pl08x_get_bytes_for_lli(pl08x, cctl, false);
dstbus           1289 drivers/dma/amba-pl08x.c 		bd.dstbus.addr = dsg->dst_addr;
dstbus           1292 drivers/dma/amba-pl08x.c 		bd.dstbus.buswidth = bd.dstbus.maxwidth;
dstbus           1301 drivers/dma/amba-pl08x.c 			(u64)bd.dstbus.addr,
dstbus           1303 drivers/dma/amba-pl08x.c 			bd.dstbus.buswidth,
dstbus           1347 drivers/dma/amba-pl08x.c 				!IS_BUS_ALIGNED(&bd.dstbus)) {
dstbus           1356 drivers/dma/amba-pl08x.c 					bd.srcbus.buswidth, bd.dstbus.buswidth,
dstbus           1437 drivers/dma/amba-pl08x.c 					bd.srcbus.buswidth, bd.dstbus.buswidth,