Searched refs:llis_va (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/dma/ |
H A D | amba-pl08x.c | 191 * @llis_va: virtual memory address start for the LLIs 202 u32 *llis_va; member 207 * trigger this txd. Other registers are in llis_va[0]. 543 pl08x_write_lli(pl08x, phychan, &txd->llis_va[0], txd->ccfg); in pl08x_start_next_txd() 711 static u32 get_bytes_in_lli(struct pl08x_phy_chan *ch, const u32 *llis_va) in get_bytes_in_lli() argument 717 val = llis_va[PL080_LLI_CCTL]; in get_bytes_in_lli() 720 val = llis_va[PL080_LLI_CCTL]; in get_bytes_in_lli() 724 val = llis_va[PL080S_LLI_CCTL2]; in get_bytes_in_lli() 727 val = llis_va[PL080_LLI_CCTL]; in get_bytes_in_lli() 732 val = llis_va[PL080_LLI_CCT in get_bytes_in_lli() 756 const u32 *llis_va, *llis_va_limit; pl08x_getbytes_chan() local 1173 u32 *llis_va = bd->txd->llis_va + offset; pl08x_fill_lli_for_desc() local 1216 pl08x_dump_lli(struct pl08x_driver_data * pl08x,const u32 * llis_va,int num_llis) pl08x_dump_lli() argument 1249 pl08x_dump_lli(struct pl08x_driver_data * pl08x,const u32 * llis_va,int num_llis) pl08x_dump_lli() argument 1265 u32 *llis_va, *last_lli; pl08x_fill_llis_for_desc() local [all...] |