Searched refs:evca (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/dma/qcom/ |
| D | hidma_ll.c | 252 evre_write_off = readl_relaxed(lldev->evca + HIDMA_EVCA_WRITE_PTR_REG); in hidma_handle_tre_completion() 287 readl_relaxed(lldev->evca + HIDMA_EVCA_WRITE_PTR_REG); in hidma_handle_tre_completion() 302 writel(evre_read_off, lldev->evca + HIDMA_EVCA_DOORBELL_REG); in hidma_handle_tre_completion() 342 val = readl(lldev->evca + HIDMA_EVCA_CTRLSTS_REG); in hidma_ll_reset() 345 writel(val, lldev->evca + HIDMA_EVCA_CTRLSTS_REG); in hidma_ll_reset() 351 ret = readl_poll_timeout(lldev->evca + HIDMA_EVCA_CTRLSTS_REG, val, in hidma_ll_reset() 403 writel(cause, lldev->evca + HIDMA_EVCA_IRQ_CLR_REG); in hidma_ll_int_handler_internal() 416 writel_relaxed(cause, lldev->evca + HIDMA_EVCA_IRQ_CLR_REG); in hidma_ll_int_handler_internal() 439 status = readl_relaxed(lldev->evca + HIDMA_EVCA_IRQ_STAT_REG); in hidma_ll_inthandler() 440 enable = readl_relaxed(lldev->evca + HIDMA_EVCA_IRQ_EN_REG); in hidma_ll_inthandler() [all …]
|
| D | hidma.h | 64 void __iomem *evca; /* Event Channel address */ member 162 void __iomem *trca, void __iomem *evca,
|
| D | hidma.c | 757 void __iomem *evca; in hidma_probe() local 775 evca = devm_ioremap_resource(&pdev->dev, evca_resource); in hidma_probe() 776 if (IS_ERR(evca)) { in hidma_probe() 809 dmadev->dev_evca = evca; in hidma_probe()
|
| D | hidma_dbg.c | 79 seq_printf(s, "evca=%p\n", lldev->evca); in hidma_ll_devstats()
|