Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Diommu_32.h46 #define IOMMU_CTRL_VERS 0x0f000000 /* Version */ macro
/openbmc/qemu/hw/sparc/
H A Dsun4m_iommu.c45 #define IOMMU_CTRL_VERS 0x0f000000 /* Version */ macro
/openbmc/linux/arch/sparc/mm/
H A Diommu.c82 vers = (control & IOMMU_CTRL_VERS) >> 24; in sbus_iommu_init()