Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Damba-pl08x.c187 u32 *llis_va; member
410 pl08x_write_lli(pl08x, phychan, &txd->llis_va[0], txd->ccfg); in pl08x_start_next_txd()
529 const u32 *llis_va, *llis_va_limit; in pl08x_getbytes_chan() local
560 llis_va = txd->llis_va; in pl08x_getbytes_chan()
571 llis_va += (clli - llis_bus) / sizeof(u32); in pl08x_getbytes_chan()
573 llis_va_limit = llis_va + llis_max_words; in pl08x_getbytes_chan()
575 for (; llis_va < llis_va_limit; llis_va += pl08x->lli_words) { in pl08x_getbytes_chan()
578 llis_va[PL080_LLI_CCTL], in pl08x_getbytes_chan()
579 llis_va[PL080S_LLI_CCTL2]); in pl08x_getbytes_chan()
581 bytes += get_bytes_in_cctl(llis_va[PL080_LLI_CCTL]); in pl08x_getbytes_chan()
[all …]