Searched refs:srcid (Results 1 – 5 of 5) sorted by relevance
| /drivers/dma/ |
| A D | fsl-edma-main.c | 235 static bool fsl_edma_srcid_in_use(struct fsl_edma_engine *fsl_edma, u32 srcid) in fsl_edma_srcid_in_use() argument 243 if (fsl_chan->srcid && srcid == fsl_chan->srcid) { in fsl_edma_srcid_in_use() 277 fsl_chan->srcid = dma_spec->args[1]; in fsl_edma_xlate() 279 if (!fsl_chan->srcid) { in fsl_edma_xlate() 281 fsl_chan->srcid); in fsl_edma_xlate() 285 fsl_edma_chan_mux(fsl_chan, fsl_chan->srcid, in fsl_edma_xlate() 335 } else if (b_chmux && !fsl_chan->srcid) { in fsl_edma3_xlate() 339 fsl_chan->srcid = dma_spec->args[0]; in fsl_edma3_xlate() 809 fsl_chan->srcid = 0; in fsl_edma_probe() 960 if (fsl_chan->srcid != 0) in fsl_edma_resume_early() [all …]
|
| A D | mcf-edma-main.c | 197 mcf_chan->srcid = i; in mcf_edma_probe() 278 return (mcf_chan->srcid == (uintptr_t)param); in mcf_edma_filter_fn()
|
| A D | fsl-edma-common.c | 94 edma_writel(fsl_chan->edma, fsl_chan->srcid, fsl_chan->mux_addr); in fsl_edma3_enable_request() 884 fsl_chan->srcid = 0; in fsl_edma_free_chan_resources()
|
| A D | fsl-edma-common.h | 185 u32 srcid; member
|
| /drivers/perf/hisilicon/ |
| A D | hisi_uncore_uc_pmu.c | 50 HISI_PMU_EVENT_ATTR_EXTRACTOR(srcid, config1, 19, 6); 405 HISI_PMU_FORMAT_ATTR(srcid, "config1:6-19"),
|
Completed in 84 milliseconds