Home
last modified time | relevance | path

Searched refs:get_ptr (Results 1 – 2 of 2) sorted by relevance

/arch/mips/alchemy/common/
Ddbdma.c580 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_ring_alloc()
731 dp = ctp->get_ptr; in au1xxx_dbdma_get_dest()
746 ctp->get_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr)); in au1xxx_dbdma_get_dest()
806 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_reset()
906 (u32)(ctp->chan_desc_base), (u32)(ctp->get_ptr), in au1xxx_dbdma_dump()
/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h328 au1x_ddma_desc_t *get_ptr, *put_ptr, *cur_ptr; member