Searched refs:iommu_pte (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3x/
H A Ddvma.c41 static volatile unsigned long *iommu_pte = (unsigned long *)SUN3X_IOMMU; variable
44 #define dvma_entry_paddr(index) (iommu_pte[index] & IOMMU_ADDR_MASK)
47 #define dvma_entry_set(index,addr) (iommu_pte[index] = \
50 #define dvma_entry_clr(index) (iommu_pte[index] = IOMMU_DT_INVALID)
163 iommu_pte[index] |= IOMMU_FULL_BLOCK;

Completed in 75 milliseconds