IOLARGE_MASK
ret = omap_iommu_translate(*pte, da, IOLARGE_MASK);
if ((da | pa) & ~IOLARGE_MASK) {
*(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE;
iopte = iopte_offset(iopgd, (da & IOLARGE_MASK));