Lines Matching refs:llp
346 dma_addr_t llp; in dwc_scan_descriptors() local
353 llp = channel_readl(dwc, LLP); in dwc_scan_descriptors()
410 dev_vdbg(chan2dev(&dwc->chan), "%s: llp=%pad\n", __func__, &llp); in dwc_scan_descriptors()
417 if (desc->txd.phys == llp) { in dwc_scan_descriptors()
423 if (desc->lli.llp == llp) { in dwc_scan_descriptors()
432 if (child->lli.llp == llp) { in dwc_scan_descriptors()
463 lli->sar, lli->dar, lli->llp, lli->ctlhi, lli->ctllo); in dwc_dump_lli()
738 prev->lli.llp = desc->txd.phys; in dwc_prep_dma_memcpy()
749 prev->lli.llp = 0; in dwc_prep_dma_memcpy()
835 prev->lli.llp = desc->txd.phys; in dwc_prep_slave_sg()
891 prev->lli.llp = desc->txd.phys; in dwc_prep_slave_sg()
910 prev->lli.llp = 0; in dwc_prep_slave_sg()
1432 last->lli.llp = desc->txd.phys; in dw_dma_cyclic_prep()
1438 last->lli.llp = cdesc->desc[0]->txd.phys; in dw_dma_cyclic_prep()