Searched refs:chan_desc_base (Results 1 – 2 of 2) sorted by relevance
440 ctp->chan_desc_base = dp; in au1xxx_dbdma_ring_alloc()580 dp->dscr_nxtptr = DSCR_NXTPTR(virt_to_phys(ctp->chan_desc_base)); in au1xxx_dbdma_ring_alloc()581 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_ring_alloc()583 return (u32)ctp->chan_desc_base; in au1xxx_dbdma_ring_alloc()809 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_reset()812 dp = ctp->chan_desc_base; in au1xxx_dbdma_reset()823 } while (dp != ctp->chan_desc_base); in au1xxx_dbdma_reset()909 (u32)(ctp->chan_desc_base), (u32)(ctp->get_ptr), in au1xxx_dbdma_dump()920 dp = ctp->chan_desc_base; in au1xxx_dbdma_dump()931 } while (dp != ctp->chan_desc_base); in au1xxx_dbdma_dump()
326 au1x_ddma_desc_t *chan_desc_base; member