Searched defs:max_cam (Results 1 - 1 of 1) sorted by relevance

/arch/powerpc/mm/
H A Dfsl_booke_mmu.c155 unsigned long max_cam; local
159 max_cam = ((mfspr(SPRN_TLB1CFG) >> 16) & 0xf) * 2 + 10;
164 max_cam = __ilog2(mfspr(SPRN_TLB1PS)) + 10;
169 if (camsize > max_cam)
170 camsize = max_cam;

Completed in 65 milliseconds