Lines Matching defs:status
40 #define RK_MMU_INT_RAWSTAT 0x14 /* IRQ status ignoring mask */
43 #define RK_MMU_INT_STATUS 0x20 /* IRQ status after masking */
487 dev_err(iommu->dev, "Enable stall request timed out, retry_count = %d, status: %#08x\n", retry_count,
524 dev_err(iommu->dev, "Disable stall request timed out, retry_count = %d, status: %#08x\n", retry_count,
561 dev_err(iommu->dev, "Enable paging request timed out, retry_count = %d, status: %#08x\n", retry_count,
599 dev_err(iommu->dev, "Disable paging request timed out, retry_count = %d, status: %#08x\n", retry_count,
727 u32 status;
755 status = rk_iommu_read(iommu->bases[i], RK_MMU_STATUS);
756 flags = (status & RK_MMU_STATUS_PAGE_FAULT_IS_WRITE) ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ;
769 report_iommu_fault(iommu->domain, iommu->dev, iova, status);