Lines Matching defs:dmastat
205 static void dump_dmastat(struct cardinfo *card, unsigned int dmastat)
208 if (dmastat & DMASCR_ANY_ERR)
210 if (dmastat & DMASCR_MBE_ERR)
212 if (dmastat & DMASCR_PARITY_ERR_REP)
214 if (dmastat & DMASCR_PARITY_ERR_DET)
216 if (dmastat & DMASCR_SYSTEM_ERR_SIG)
218 if (dmastat & DMASCR_TARGET_ABT)
220 if (dmastat & DMASCR_MASTER_ABT)
222 if (dmastat & DMASCR_CHAIN_COMPLETE)
224 if (dmastat & DMASCR_DMA_COMPLETE)