Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/ti/
H A Dknav_dma.c75 struct reg_rx_flow { struct
95 struct reg_rx_flow __iomem *reg_rx_flow; argument
115 struct reg_rx_flow __iomem *reg_rx_flow; member
162 if (chan->reg_rx_flow) { in chan_start()
179 writel_relaxed(0, &chan->reg_rx_flow->tags); in chan_start()
231 if (chan->reg_rx_flow) { in chan_stop()
244 if (chan->reg_rx_flow) { in chan_stop()
246 writel_relaxed(0, &chan->reg_rx_flow->tags); in chan_stop()
547 chan->reg_rx_flow = dma->reg_rx_flow + flow; in pktdma_init_rx_chan()
662 if (IS_ERR(dma->reg_rx_flow)) in dma_init()
[all …]