Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/alchemy/common/
H A Ddbdma.c253 u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid, in au1xxx_dbdma_chan_alloc() argument
272 stp = find_dbdev_id(srcid); in au1xxx_dbdma_chan_alloc()
394 u32 desc_base, srcid, destid; in au1xxx_dbdma_ring_alloc() local
443 srcid = stp->dev_id; in au1xxx_dbdma_ring_alloc()
449 cmd0 |= DSCR_CMD0_SID(srcid); in au1xxx_dbdma_ring_alloc()
455 if (((DSCR_CUSTOM2DEV_ID(srcid) == DSCR_CMD0_THROTTLE) || in au1xxx_dbdma_ring_alloc()
456 (DSCR_CUSTOM2DEV_ID(srcid) == DSCR_CMD0_ALWAYS)) && in au1xxx_dbdma_ring_alloc()
/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_uc_pmu.c51 HISI_PMU_EVENT_ATTR_EXTRACTOR(srcid, config1, 19, 6);
407 HISI_PMU_FORMAT_ATTR(srcid, "config1:6-19"),
/openbmc/linux/fs/btrfs/
H A Dqgroup.h361 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid,
H A Dqgroup.c2931 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() argument
3039 if (srcid) { in btrfs_qgroup_inherit()
3040 srcgroup = find_qgroup_rb(fs_info, srcid); in btrfs_qgroup_inherit()
3084 if (srcid) in btrfs_qgroup_inherit()
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h348 extern u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid,
/openbmc/linux/drivers/dma/
H A Dfsl-edma-main.c171 } else if (b_chmux && !fsl_chan->srcid) { in fsl_edma3_xlate()
175 fsl_chan->srcid = dma_spec->args[0]; in fsl_edma3_xlate()
H A Dfsl-edma-common.h155 u32 srcid; member
H A Dfsl-edma-common.c94 edma_writel(fsl_chan->edma, fsl_chan->srcid, fsl_chan->mux_addr); in fsl_edma3_enable_request()
829 fsl_chan->srcid = 0; in fsl_edma_free_chan_resources()