Searched refs:iob_l2_base (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/powerpc/platforms/pasemi/
H A Diommu.c81 static u32 *iob_l2_base; variable
145 iommu_table_iobmap.it_base = (unsigned long)iob_l2_base;
222 regword = IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12);
278 iob_l2_base = (u32 *)abs_to_virt(memblock_alloc_base(1UL<<21, 1UL<<21, 0x80000000));
280 printk(KERN_INFO "IOBMAP L2 allocated at: %p\n", iob_l2_base);

Completed in 85 milliseconds