Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Ddscc4.c189 __le32 *iqcfg; member
783 priv->iqcfg = (__le32 *)dma_alloc_coherent(&pdev->dev, in dscc4_init_one()
785 if (!priv->iqcfg) in dscc4_init_one()
840 dma_free_coherent(&pdev->dev, IRQ_RING_SIZE*sizeof(u32), priv->iqcfg, in dscc4_init_one()
1500 if (priv->iqcfg[priv->cfg_cur++%IRQ_RING_SIZE] & cpu_to_le32(Arf)) in dscc4_irq()
1984 dma_free_coherent(&pdev->dev, IRQ_RING_SIZE*sizeof(u32), ppriv->iqcfg, in dscc4_remove_one()