Searched refs:dscr_cmd0 (Results 1 – 2 of 2) sorted by relevance
565 dp->dscr_cmd0 = cmd0; in au1xxx_dbdma_ring_alloc() 614 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_source() 622 dp->dscr_cmd0 |= DSCR_CMD0_IE; in au1xxx_dbdma_put_source() 624 dp->dscr_cmd0 &= ~DSCR_CMD0_IE; in au1xxx_dbdma_put_source() 634 dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ in au1xxx_dbdma_put_source() 671 if (dp->dscr_cmd0 & DSCR_CMD0_V) in au1xxx_dbdma_put_dest() 678 dp->dscr_cmd0 |= DSCR_CMD0_IE; in au1xxx_dbdma_put_dest() 680 dp->dscr_cmd0 &= ~DSCR_CMD0_IE; in au1xxx_dbdma_put_dest() 686 dp->dscr_cmd0, dp->dscr_cmd1, dp->dscr_source0, in au1xxx_dbdma_put_dest() 697 dp->dscr_cmd0 | in au1xxx_dbdma_put_dest() [all...]
93 u32 dscr_cmd0; /* See below */ member