Searched refs:DSCR_CMD0_V (Results 1 – 3 of 3) sorted by relevance
613 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_source()633 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_source()669 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_dest()695 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_dest()737 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_get_dest()812 dp->dscr_cmd0 &= ~DSCR_CMD0_V; in au1xxx_dbdma_reset()957 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_dscr()969 dp->dscr_cmd0 |= dscr->dscr_cmd0 | DSCR_CMD0_V; in au1xxx_dbdma_put_dscr()
70 while (dp->dscr_cmd0 & DSCR_CMD0_V) in auide_insw()88 while (dp->dscr_cmd0 & DSCR_CMD0_V) in auide_outsw()
110 #define DSCR_CMD0_V (1 << 31) /* Descriptor valid */ macro