Searched refs:DSCR_CMD0_V (Results 1 – 2 of 2) sorted by relevance
538 if (dp->dscr_cmd0 & DSCR_CMD0_V) { in au1xxx_dbdma_put_source()546 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_source()582 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_dest()589 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_dest()626 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_get_dest()705 dp->dscr_cmd0 &= ~DSCR_CMD0_V; in au1xxx_dbdma_reset()
110 #define DSCR_CMD0_V (1 << 31) /* Descriptor valid */ macro