Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sparc64/
H A Dsun4u_iommu.c48 #define IOMMU_FLUSH 0x10 macro
224 case IOMMU_FLUSH: in iommu_mem_write()
225 case IOMMU_FLUSH + 0x4: in iommu_mem_write()
262 case IOMMU_FLUSH: in iommu_mem_read()
263 case IOMMU_FLUSH + 0x4: in iommu_mem_read()
/openbmc/linux/arch/sparc/kernel/
H A Dsbus.c39 #define IOMMU_FLUSH (0x2410UL - 0x2400UL) /* IOMMU flush register */ macro
571 iommu->iommu_flush = reg_base + IOMMU_FLUSH; in sbus_iommu_init()