Home
last modified time | relevance | path

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

/linux/drivers/dma/ti/
H A Dk3-udma.c213 u32 asel; member
258 u32 asel; member
423 static void k3_configure_chan_coherency(struct dma_chan *chan, u32 asel) in k3_configure_chan_coherency() argument
427 if (asel == 0) { in k3_configure_chan_coherency()
433 } else if (asel == 14 || asel == 15) { in k3_configure_chan_coherency()
440 dev_warn(chan->device->dev, "Invalid ASEL value: %u\n", asel); in k3_configure_chan_coherency()
1647 k3_configure_chan_coherency(&uc->vc.chan, ud->asel); in bcdma_alloc_bchan_resources()
1648 ring_cfg.asel = ud->asel; in bcdma_alloc_bchan_resources()
1715 k3_configure_chan_coherency(&uc->vc.chan, uc->config.asel); in udma_alloc_tx_resources()
1716 ring_cfg.asel = uc->config.asel; in udma_alloc_tx_resources()
[all …]
/linux/include/linux/soc/ti/
H A Dk3-ringacc.h83 u32 asel; member