Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dfsl_raid.c628 struct fsl_re_drv_private *re_priv; in fsl_re_chan_probe() local
637 re_priv = dev_get_drvdata(dev); in fsl_re_chan_probe()
638 dma_dev = &re_priv->dma_dev; in fsl_re_chan_probe()
660 chan->jrregs = re_priv->base + off + ptr; in fsl_re_chan_probe()
682 re_priv->re_jrs[q] = chan; in fsl_re_chan_probe()
686 chan->re_dev = re_priv; in fsl_re_chan_probe()
749 struct fsl_re_drv_private *re_priv; in fsl_re_probe() local
762 re_priv = devm_kzalloc(dev, sizeof(*re_priv), GFP_KERNEL); in fsl_re_probe()
763 if (!re_priv) in fsl_re_probe()
766 re_priv->base = re_regs; in fsl_re_probe()
[all …]