Searched refs:hvd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/mediatek/ |
H A D | mtk-hsdma.c | 414 struct mtk_hsdma_vdesc *hvd) in mtk_hsdma_issue_pending_vdesc() 428 num_sgs = DIV_ROUND_UP(hvd->len, MTK_HSDMA_MAX_LEN); in mtk_hsdma_issue_pending_vdesc() 440 tlen = (hvd->len > MTK_HSDMA_MAX_LEN) ? in mtk_hsdma_issue_pending_vdesc() 441 MTK_HSDMA_MAX_LEN : hvd->len; in mtk_hsdma_issue_pending_vdesc() 451 WRITE_ONCE(txd->desc1, hvd->src); in mtk_hsdma_issue_pending_vdesc() 456 WRITE_ONCE(rxd->desc1, hvd->dest); in mtk_hsdma_issue_pending_vdesc() 460 ring->cb[ring->cur_tptr].vd = &hvd->vd; in mtk_hsdma_issue_pending_vdesc() 467 hvd->src += tlen; in mtk_hsdma_issue_pending_vdesc() 468 hvd->dest += tlen; in mtk_hsdma_issue_pending_vdesc() 469 hvd in mtk_hsdma_issue_pending_vdesc() 412 mtk_hsdma_issue_pending_vdesc(struct mtk_hsdma_device *hsdma, struct mtk_hsdma_pchan *pc, struct mtk_hsdma_vdesc *hvd) mtk_hsdma_issue_pending_vdesc() argument 504 struct mtk_hsdma_vdesc *hvd; mtk_hsdma_issue_vchan_pending() local 537 struct mtk_hsdma_vdesc *hvd; mtk_hsdma_free_rooms_in_ring() local 682 struct mtk_hsdma_vdesc *hvd; mtk_hsdma_tx_status() local 724 struct mtk_hsdma_vdesc *hvd; mtk_hsdma_prep_dma_memcpy() local [all...] |
/kernel/linux/linux-6.6/drivers/dma/mediatek/ |
H A D | mtk-hsdma.c | 413 struct mtk_hsdma_vdesc *hvd) in mtk_hsdma_issue_pending_vdesc() 427 num_sgs = DIV_ROUND_UP(hvd->len, MTK_HSDMA_MAX_LEN); in mtk_hsdma_issue_pending_vdesc() 439 tlen = (hvd->len > MTK_HSDMA_MAX_LEN) ? in mtk_hsdma_issue_pending_vdesc() 440 MTK_HSDMA_MAX_LEN : hvd->len; in mtk_hsdma_issue_pending_vdesc() 450 WRITE_ONCE(txd->desc1, hvd->src); in mtk_hsdma_issue_pending_vdesc() 455 WRITE_ONCE(rxd->desc1, hvd->dest); in mtk_hsdma_issue_pending_vdesc() 459 ring->cb[ring->cur_tptr].vd = &hvd->vd; in mtk_hsdma_issue_pending_vdesc() 466 hvd->src += tlen; in mtk_hsdma_issue_pending_vdesc() 467 hvd->dest += tlen; in mtk_hsdma_issue_pending_vdesc() 468 hvd in mtk_hsdma_issue_pending_vdesc() 411 mtk_hsdma_issue_pending_vdesc(struct mtk_hsdma_device *hsdma, struct mtk_hsdma_pchan *pc, struct mtk_hsdma_vdesc *hvd) mtk_hsdma_issue_pending_vdesc() argument 503 struct mtk_hsdma_vdesc *hvd; mtk_hsdma_issue_vchan_pending() local 536 struct mtk_hsdma_vdesc *hvd; mtk_hsdma_free_rooms_in_ring() local 681 struct mtk_hsdma_vdesc *hvd; mtk_hsdma_tx_status() local 723 struct mtk_hsdma_vdesc *hvd; mtk_hsdma_prep_dma_memcpy() local [all...] |
Completed in 3 milliseconds