Home
last modified time | relevance | path

Searched refs:RK_MMU_IRQ_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/
H A Drockchip-iommu.c70 #define RK_MMU_IRQ_MASK (RK_MMU_IRQ_PAGE_FAULT | RK_MMU_IRQ_BUS_ERROR) macro
575 if (int_status & ~RK_MMU_IRQ_MASK) in rk_iommu_irq()
884 rk_iommu_write(iommu->bases[i], RK_MMU_INT_MASK, RK_MMU_IRQ_MASK); in rk_iommu_enable()
/kernel/linux/linux-6.6/drivers/iommu/
H A Drockchip-iommu.c68 #define RK_MMU_IRQ_MASK (RK_MMU_IRQ_PAGE_FAULT | RK_MMU_IRQ_BUS_ERROR) macro
635 if (int_status & ~RK_MMU_IRQ_MASK) in rk_iommu_irq()
944 rk_iommu_write(iommu->bases[i], RK_MMU_INT_MASK, RK_MMU_IRQ_MASK); in rk_iommu_enable()

Completed in 4 milliseconds