Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-msm/include/mach/
Ddma.h71 #define DMOV_RSLT_DONE (1 << 1) /* top pointer done */ macro
/linux-3.4.99/arch/arm/mach-msm/
Ddma.c173 if (ch_result & DMOV_RSLT_DONE) { in msm_datamover_irq_handler()
/linux-3.4.99/drivers/mmc/host/
Dmsm_sdcc.c249 if (host->dma.result & DMOV_RSLT_DONE) { in msmsdcc_dma_complete_tlet()