Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sparc/
H A Dsun4m_iommu.c77 #define IOMMU_AFSR_RESV 0x00800000 /* Reserved, forced to 0x8 by macro
215 s->regs[saddr] = (val & IOMMU_AFSR_MASK) | IOMMU_AFSR_RESV; in iommu_mem_write()
277 s->regs[IOMMU_AFSR] = IOMMU_AFSR_ERR | IOMMU_AFSR_LE | IOMMU_AFSR_RESV | in iommu_bad_addr()
349 s->regs[IOMMU_AFSR] = IOMMU_AFSR_RESV; in iommu_reset()
/openbmc/linux/arch/sparc/include/asm/
H A Diommu_32.h64 #define IOMMU_AFSR_RESV 0x00f00000 /* Reserver, forced to 0x8 by hardware */ macro