Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dapple-admac.c225 return (channo & 1) ? DMA_DEV_TO_MEM : DMA_MEM_TO_DEV; in admac_chan_direction()
296 channo, &addr, tx->period_len, FLAG_DESC_NOTIFY); in admac_cyclic_write_one_desc()
319 admac_cyclic_write_one_desc(ad, channo, tx); in admac_cyclic_write_desc()
351 ring1 = readl_relaxed(ad->base + REG_REPORT_RING(channo)); in admac_cyclic_read_residue()
352 residue1 = readl_relaxed(ad->base + REG_RESIDUE(channo)); in admac_cyclic_read_residue()
353 ring2 = readl_relaxed(ad->base + REG_REPORT_RING(channo)); in admac_cyclic_read_residue()
354 residue2 = readl_relaxed(ad->base + REG_RESIDUE(channo)); in admac_cyclic_read_residue()
638 admac_modify(ad, REG_CHAN_INTMASK(channo, ad->irq_index), in admac_handle_status_err()
645 struct admac_chan *adchan = &ad->channels[channo]; in admac_handle_status_desc_done()
653 nreports = admac_drain_reports(ad, channo); in admac_handle_status_desc_done()
[all …]