Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Diommu.h87 #define IOMMU_POOL_HASHBITS 2 macro
88 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS)
/arch/powerpc/kernel/
Diommu.c82 per_cpu(iommu_pool_hash, i) = hash_32(i, IOMMU_POOL_HASHBITS); in setup_iommu_pool_hash()