Searched refs:txhdp (Results 1 – 4 of 4) sorted by relevance
25 void __iomem *txhdp, *rxhdp, *txcp, *rxcp; member
459 dma_params.txhdp = ss_regs + CPSW1_STATERAM_OFFSET; in cpsw_init_common()473 dma_params.txhdp = ss_regs + CPSW2_STATERAM_OFFSET; in cpsw_init_common()516 dma_params.rxhdp = dma_params.txhdp + CPDMA_RXHDP; in cpsw_init_common()517 dma_params.txcp = dma_params.txhdp + CPDMA_TXCP; in cpsw_init_common()518 dma_params.rxcp = dma_params.txhdp + CPDMA_RXCP; in cpsw_init_common()
561 writel(0, ctlr->params.txhdp + 4 * i); in cpdma_ctlr_start()915 chan->hdp = ctlr->params.txhdp + offset; in cpdma_chan_create()
1896 dma_params.txhdp = priv->emac_base + 0x600; in davinci_emac_probe()