Searched refs:tphys (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/mediatek/ |
H A D | mtk-hsdma.c | 160 * @tphys: The physical addr of TX ring 169 dma_addr_t tphys; member 329 &ring->tphys, GFP_NOWAIT); in mtk_hsdma_alloc_pchan() 334 ring->rphys = ring->tphys + MTK_DMA_SIZE * sizeof(*ring->txd); in mtk_hsdma_alloc_pchan() 359 mtk_dma_write(hsdma, MTK_HSDMA_TX_BASE, ring->tphys); in mtk_hsdma_alloc_pchan() 384 pc->sz_ring, ring->txd, ring->tphys); in mtk_hsdma_alloc_pchan() 409 pc->sz_ring, ring->txd, ring->tphys); in mtk_hsdma_free_pchan()
|
/kernel/linux/linux-6.6/drivers/dma/mediatek/ |
H A D | mtk-hsdma.c | 159 * @tphys: The physical addr of TX ring 168 dma_addr_t tphys; member 328 &ring->tphys, GFP_NOWAIT); in mtk_hsdma_alloc_pchan() 333 ring->rphys = ring->tphys + MTK_DMA_SIZE * sizeof(*ring->txd); in mtk_hsdma_alloc_pchan() 358 mtk_dma_write(hsdma, MTK_HSDMA_TX_BASE, ring->tphys); in mtk_hsdma_alloc_pchan() 383 pc->sz_ring, ring->txd, ring->tphys); in mtk_hsdma_alloc_pchan() 408 pc->sz_ring, ring->txd, ring->tphys); in mtk_hsdma_free_pchan()
|
Completed in 3 milliseconds