Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc/
Diommu.h43 #define IOMMU_CTRL_IMPL 0xf0000000 /* Implementation */ macro
/linux-2.4.37.9/arch/sparc/mm/
Diommu.c70 impl = (iommu->regs->control & IOMMU_CTRL_IMPL) >> 28; in iommu_init()