Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/
H A Dapple-admac.c227 return (channo & 1) ? DMA_DEV_TO_MEM : DMA_MEM_TO_DEV; in admac_chan_direction()
298 channo, &addr, tx->period_len, FLAG_DESC_NOTIFY); in admac_cyclic_write_one_desc()
321 admac_cyclic_write_one_desc(ad, channo, tx); in admac_cyclic_write_desc()
353 ring1 = readl_relaxed(ad->base + REG_REPORT_RING(channo)); in admac_cyclic_read_residue()
354 residue1 = readl_relaxed(ad->base + REG_RESIDUE(channo)); in admac_cyclic_read_residue()
355 ring2 = readl_relaxed(ad->base + REG_REPORT_RING(channo)); in admac_cyclic_read_residue()
356 residue2 = readl_relaxed(ad->base + REG_RESIDUE(channo)); in admac_cyclic_read_residue()
640 admac_modify(ad, REG_CHAN_INTMASK(channo, ad->irq_index), in admac_handle_status_err()
647 struct admac_chan *adchan = &ad->channels[channo]; in admac_handle_status_desc_done()
655 nreports = admac_drain_reports(ad, channo); in admac_handle_status_desc_done()
[all …]