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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Diommu.c81 static u32 *iob_l2_base; variable
143 iommu_table_iobmap.it_base = (unsigned long)iob_l2_base;
214 regword = IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12);
270 iob_l2_base = (u32 *)abs_to_virt(lmb_alloc_base(1UL<<21, 1UL<<21, 0x80000000));
272 printk(KERN_INFO "IOBMAP L2 allocated at: %p\n", iob_l2_base);

Completed in 40 milliseconds