Searched refs:chan_desc_base (Results 1 – 1 of 1) sorted by relevance
83 au1x_ddma_desc_t *chan_desc_base; member392 ctp->chan_desc_base = dp; in au1xxx_dbdma_ring_alloc()508 dp->dscr_nxtptr = DSCR_NXTPTR(virt_to_phys(ctp->chan_desc_base)); in au1xxx_dbdma_ring_alloc()509 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_ring_alloc()511 return (u32)(ctp->chan_desc_base); in au1xxx_dbdma_ring_alloc()698 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_reset()702 dp = ctp->chan_desc_base; in au1xxx_dbdma_reset()707 } while (dp != ctp->chan_desc_base); in au1xxx_dbdma_reset()740 if (ctp->chan_desc_base != NULL) in au1xxx_dbdma_chan_free()741 kfree(ctp->chan_desc_base); in au1xxx_dbdma_chan_free()[all …]