Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/
Ddma.c181 #define DMA_ERROR(fmt, ...) \ macro
192 #define DMA_ERROR(fmt, ...) \ macro
374 DMA_ERROR("NULL dma handle\n"); in _dma_ctrlflags()
426 DMA_ERROR("%s: DMA64 tx doesn't have AE set\n", in _dma_isaddrext()
431 DMA_ERROR("%s: DMA64 rx doesn't have AE set\n", in _dma_isaddrext()
533 DMA_ERROR("%s: DMA_ALLOC_CONSISTENT(ntxd) failed\n", in dma64_alloc()
547 DMA_ERROR("%s: DMA_ALLOC_CONSISTENT(nrxd) failed\n", in dma64_alloc()
701 DMA_ERROR("%s: txdpa 0x%x: addrext not supported\n", in dma_attach()
706 DMA_ERROR("%s: rxdpa 0x%x: addrext not supported\n", in dma_attach()
979 DMA_ERROR("rxin %d rxout %d, hw_curr %d\n", in dma_rx()
[all …]
/linux-3.4.99/crypto/async_tx/
Dasync_tx.c131 if (dma_wait_for_async_tx(depend_tx) == DMA_ERROR) in async_tx_channel_switch()
283 if (dma_wait_for_async_tx(*tx) == DMA_ERROR) in async_tx_quiesce()
/linux-3.4.99/drivers/media/dvb/ddbridge/
Dddbridge-regs.h121 #define DMA_ERROR (0x04) /* 65 ( only read instance ) */ macro
/linux-3.4.99/arch/blackfin/mach-bf533/
DKconfig25 config DMA_ERROR config
/linux-3.4.99/drivers/dma/
Dmxs-dma.c249 mxs_chan->status = DMA_ERROR; in mxs_dma_int_handler()
452 mxs_chan->status = DMA_ERROR; in mxs_dma_prep_slave_sg()
515 mxs_chan->status = DMA_ERROR; in mxs_dma_prep_dma_cyclic()
Dimx-sdma.c496 sdmac->status = DMA_ERROR; in sdma_handle_channel_loop()
528 sdmac->status = DMA_ERROR; in mxc_sdma_handle_channel_normal()
712 sdmac->status = DMA_ERROR; in sdma_disable_channel()
997 sdmac->status = DMA_ERROR; in sdma_prep_slave_sg()
1074 sdmac->status = DMA_ERROR; in sdma_prep_dma_cyclic()
Ddmaengine.c265 return DMA_ERROR; in dma_sync_wait()
1019 return DMA_ERROR; in dma_wait_for_async_tx()
Ddmatest.c440 status == DMA_ERROR ? "error" : "in progress"); in dmatest_func()
Dshdma.c898 status = DMA_ERROR; in sh_dmae_tx_status()
/linux-3.4.99/include/linux/
Ddmaengine.h54 DMA_ERROR, enumerator
/linux-3.4.99/drivers/dma/ipu/
Dipu_idmac.c1599 return DMA_ERROR; in idmac_tx_status()