Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Damba-pl08x.c1111 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()
[all …]