Searched refs:desc_phys (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_wed.c | 647 dma_addr_t desc_phys; in mtk_wed_tx_buffer_alloc() local 667 &desc_phys, GFP_KERNEL); in mtk_wed_tx_buffer_alloc() 672 dev->tx_buf_ring.desc_phys = desc_phys; in mtk_wed_tx_buffer_alloc() 765 dev->tx_buf_ring.desc_phys); in mtk_wed_free_tx_buffer() 777 dma_addr_t desc_phys; in mtk_wed_hwrro_buffer_alloc() local 791 &desc_phys, GFP_KERNEL); in mtk_wed_hwrro_buffer_alloc() 796 dev->hw_rro.desc_phys = desc_phys; in mtk_wed_hwrro_buffer_alloc() 838 dma_addr_t desc_phys; in mtk_wed_rx_buffer_alloc() local 843 &desc_phys, GFP_KERNEL); in mtk_wed_rx_buffer_alloc() 848 dev->rx_buf_ring.desc_phys = desc_phys; in mtk_wed_rx_buffer_alloc() [all …]
|
| /linux/drivers/dma/ |
| H A D | dma-jz4780.c | 122 dma_addr_t desc_phys; member 245 &desc->desc_phys); in jz4780_dma_desc_alloc() 267 dma_pool_free(jzchan->desc_pool, desc->desc, desc->desc_phys); in jz4780_dma_desc_free() 491 dma_addr_t desc_phys; in jz4780_dma_begin() local 551 desc_phys = jzchan->desc->desc_phys + in jz4780_dma_begin() 553 jz4780_dma_chn_writel(jzdma, jzchan->id, JZ_DMA_REG_DDA, desc_phys); in jz4780_dma_begin()
|
| /linux/drivers/dma/lgm/ |
| H A D | lgm-dma.c | 201 dma_addr_t desc_phys; member 272 dma_addr_t desc_phys; member 682 c->desc_phys = desc_base; in ldma_chan_desc_cfg() 887 ldma_chan_desc_hw_cfg(c, c->desc_phys, c->desc_cnt); in ldma_chan_cfg() 970 dma_pool_free(c->desc_pool, ds->desc_hw, ds->desc_phys); in dma_free_desc_resource() 991 &ds->desc_phys); in dma_alloc_desc_resource() 1034 ldma_chan_desc_hw_cfg(c, c->ds->desc_phys, c->ds->desc_cnt); in ldma_issue_pending()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | davinci_cpdma.c | 279 static inline dma_addr_t desc_phys(struct cpdma_desc_pool *pool, in desc_phys() function 393 chan_write(chan, hdp, desc_phys(pool, chan->head)); in cpdma_chan_on() 989 desc_dma = desc_phys(pool, desc); in __cpdma_chan_submit() 1237 desc_dma = desc_phys(pool, desc); in __cpdma_chan_process() 1260 chan_write(chan, hdp, desc_phys(pool, chan->head)); in __cpdma_chan_process()
|