Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pasemi/
Diommu.c83 static u32 *iob_l2_base; variable
154 iommu_table_iobmap.it_base = (unsigned long)iob_l2_base; in iommu_table_iobmap_setup()
221 regword = IOBMAP_L1E_V | (__pa(iob_l2_base + i*0x2000) >> 12); in iob_init()
269 iob_l2_base = (u32 *)__va(memblock_alloc_base(1UL<<21, 1UL<<21, 0x80000000)); in alloc_iobmap_l2()
271 printk(KERN_INFO "IOBMAP L2 allocated at: %p\n", iob_l2_base); in alloc_iobmap_l2()