Home
last modified time | relevance | path

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

/arch/mips/alchemy/common/
Ddbdma.c252 u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid, in au1xxx_dbdma_chan_alloc() argument
271 stp = find_dbdev_id(srcid); in au1xxx_dbdma_chan_alloc()
393 u32 desc_base, srcid, destid; in au1xxx_dbdma_ring_alloc() local
442 srcid = stp->dev_id; in au1xxx_dbdma_ring_alloc()
448 cmd0 |= DSCR_CMD0_SID(srcid); in au1xxx_dbdma_ring_alloc()
454 if (((DSCR_CUSTOM2DEV_ID(srcid) == DSCR_CMD0_THROTTLE) || in au1xxx_dbdma_ring_alloc()
455 (DSCR_CUSTOM2DEV_ID(srcid) == DSCR_CMD0_ALWAYS)) && in au1xxx_dbdma_ring_alloc()
/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h348 extern u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid,