Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/
Dapple-admac.c50 #define REG_CHAN_CTL(ch) (0x8000 + (ch) * 0x200) macro
453 ad->base + REG_CHAN_CTL(adchan->no)); in admac_reset_rings()
454 writel_relaxed(0, ad->base + REG_CHAN_CTL(adchan->no)); in admac_reset_rings()
463 writel_relaxed(0, ad->base + REG_CHAN_CTL(ch)); in admac_start_current_tx()