Lines Matching refs:dstbus
1111 struct pl08x_bus_data dstbus; member
1151 *mbus = &bd->dstbus; in pl08x_choose_master_bus()
1155 *sbus = &bd->dstbus; in pl08x_choose_master_bus()
1157 if (bd->dstbus.buswidth >= bd->srcbus.buswidth) { in pl08x_choose_master_bus()
1158 *mbus = &bd->dstbus; in pl08x_choose_master_bus()
1162 *sbus = &bd->dstbus; in pl08x_choose_master_bus()
1184 llis_va[PL080_LLI_DST] = bd->dstbus.addr; in pl08x_fill_lli_for_desc()
1194 bd->dstbus.addr += len; in pl08x_fill_lli_for_desc()
1199 bd->dstbus.addr += len; in pl08x_fill_lli_for_desc()
1284 bd.dstbus.maxwidth = pl08x_get_bytes_for_lli(pl08x, cctl, false); in pl08x_fill_llis_for_desc()
1291 bd.dstbus.addr = dsg->dst_addr; in pl08x_fill_llis_for_desc()
1294 bd.dstbus.buswidth = bd.dstbus.maxwidth; in pl08x_fill_llis_for_desc()
1303 (u64)bd.dstbus.addr, in pl08x_fill_llis_for_desc()
1305 bd.dstbus.buswidth, in pl08x_fill_llis_for_desc()
1349 !IS_BUS_ALIGNED(&bd.dstbus)) { in pl08x_fill_llis_for_desc()
1358 bd.srcbus.buswidth, bd.dstbus.buswidth, in pl08x_fill_llis_for_desc()
1439 bd.srcbus.buswidth, bd.dstbus.buswidth, in pl08x_fill_llis_for_desc()