Searched defs:edma (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c322 bool edma = !!(ah->caps.hw_caps & ATH9K_HW_CAP_EDMA); local
372 if (!edma) {
432 if (!edma)
H A Drecv.c1007 bool edma = !!(ah->caps.hw_caps & ATH9K_HW_CAP_EDMA); local
1015 if (edma)
1028 if (edma)
1157 if (!edma) {
H A Dmain.c2050 bool edma = !!(ah->caps.hw_caps & ATH9K_HW_CAP_EDMA); local
2062 if (!sc->beacon.tx_processed && !edma) {
H A Dxmit.c1944 bool edma; local
1954 edma = !!(ah->caps.hw_caps & ATH9K_HW_CAP_EDMA);
1961 if (edma && list_empty(&txq->txq_fifo[txq->txq_headidx])) {
1973 } else if (!edma)
1986 if (!edma || sc->tx99_state) {
/drivers/dma/
H A Dep93xx_dma.c135 * @edma: pointer to to the engine device
165 const struct ep93xx_dma_engine *edma; member in struct:ep93xx_dma_chan
732 edmac->edma->hw_submit(edmac);
792 switch (edmac->edma->hw_interrupt(edmac)) {
840 edmac->edma->hw_submit(edmac);
865 if (!edmac->edma->m2m) {
900 ret = edmac->edma->hw_setup(edmac);
952 edmac->edma->hw_shutdown(edmac);
1034 if (!edmac->edma->m2m && dir != ep93xx_dma_chan_direction(chan)) {
1113 if (!edmac->edma
1304 struct ep93xx_dma_engine *edma; local
[all...]
H A Dfsl-edma.c2 * drivers/dma/fsl-edma.c
150 struct fsl_edma_engine *edma; member in struct:fsl_edma_chan
182 static u16 edma_readw(struct fsl_edma_engine *edma, void __iomem *addr) argument
184 if (edma->big_endian)
190 static u32 edma_readl(struct fsl_edma_engine *edma, void __iomem *addr) argument
192 if (edma->big_endian)
198 static void edma_writeb(struct fsl_edma_engine *edma, u8 val, void __iomem *addr) argument
203 static void edma_writew(struct fsl_edma_engine *edma, u16 val, void __iomem *addr) argument
205 if (edma->big_endian)
211 static void edma_writel(struct fsl_edma_engine *edma, u3 argument
453 fill_tcd_params(struct fsl_edma_engine *edma, struct fsl_edma_hw_tcd *tcd, u32 src, u32 dst, u16 attr, u16 soff, u32 nbytes, u32 slast, u16 citer, u16 biter, u16 doff, u32 dlast_sga, bool major_int, bool disable_req, bool enable_sg) argument
[all...]

Completed in 177 milliseconds