Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/alchemy/common/
A Ddbdma.c439 ctp->chan_desc_base = dp; in au1xxx_dbdma_ring_alloc()
579 dp->dscr_nxtptr = DSCR_NXTPTR(virt_to_phys(ctp->chan_desc_base)); in au1xxx_dbdma_ring_alloc()
580 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_ring_alloc()
582 return (u32)ctp->chan_desc_base; in au1xxx_dbdma_ring_alloc()
806 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_reset()
809 dp = ctp->chan_desc_base; in au1xxx_dbdma_reset()
820 } while (dp != ctp->chan_desc_base); in au1xxx_dbdma_reset()
906 (u32)(ctp->chan_desc_base), (u32)(ctp->get_ptr), in au1xxx_dbdma_dump()
917 dp = ctp->chan_desc_base; in au1xxx_dbdma_dump()
928 } while (dp != ctp->chan_desc_base); in au1xxx_dbdma_dump()
/linux-6.3-rc2/arch/mips/include/asm/mach-au1x00/
A Dau1xxx_dbdma.h326 au1x_ddma_desc_t *chan_desc_base; member

Completed in 6 milliseconds