Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Diommu_32.h45 #define IOMMU_CTRL_IMPL 0xf0000000 /* Implementation */ macro
/openbmc/qemu/hw/sparc/
H A Dsun4m_iommu.c44 #define IOMMU_CTRL_IMPL 0xf0000000 /* Implementation */ macro
/openbmc/linux/arch/sparc/mm/
H A Diommu.c81 impl = (control & IOMMU_CTRL_IMPL) >> 28; in sbus_iommu_init()