Lines Matching defs:cause
386 static void hidma_ll_int_handler_internal(struct hidma_lldev *lldev, int cause)
390 if (cause & HIDMA_ERR_INT_MASK) {
392 cause);
395 writel(cause, lldev->evca + HIDMA_EVCA_IRQ_CLR_REG);
408 writel_relaxed(cause, lldev->evca + HIDMA_EVCA_IRQ_CLR_REG);
429 u32 cause;
433 cause = status & enable;
435 while (cause) {
436 hidma_ll_int_handler_internal(lldev, cause);
440 * processing this one. Read the new cause.
444 cause = status & enable;
450 irqreturn_t hidma_ll_inthandler_msi(int chirq, void *arg, int cause)
454 hidma_ll_int_handler_internal(lldev, cause);