Home
last modified time | relevance | path

Searched refs:RGA_IOMMU_IRQ_BUS_ERROR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_iommu.h40 #define RGA_IOMMU_IRQ_BUS_ERROR 0x02 /* bus read error */ macro
41 #define RGA_IOMMU_IRQ_MASK (RGA_IOMMU_IRQ_PAGE_FAULT | RGA_IOMMU_IRQ_BUS_ERROR)
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_iommu.c258 } else if (status & RGA_IOMMU_IRQ_BUS_ERROR) { in rga_iommu_intr_fault_handler()