Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Drockchip-iommu.c71 #define RK_MMU_IRQ_BUS_ERROR 0x02 /* bus read error */ macro
72 #define RK_MMU_IRQ_MASK (RK_MMU_IRQ_PAGE_FAULT | RK_MMU_IRQ_BUS_ERROR)
743 if (int_status & RK_MMU_IRQ_BUS_ERROR) in rk_pagefault_done()