Home
last modified time | relevance | path

Searched defs:pxad_chan (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/dma/
Dpxa_dma.c106 struct pxad_chan { struct
109 enum pxad_chan_prio prio; /* Required priority of phy */ argument
115 bool misaligned;
116 struct dma_slave_config cfg; /* Runtime config */
142 #define to_pxad_chan(dchan) \ argument
143 container_of(dchan, struct pxad_chan, vc.chan) argument