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

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtlb.c70 unsigned int num_cam = mfspr(SPRN_TLB1CFG) & 0xfff;
106 unsigned int num_cam = mfspr(SPRN_TLB1CFG) & 0xfff;
227 unsigned int num_cam = mfspr(SPRN_TLB1CFG) & 0xfff;
266 max_cam = ((mfspr(SPRN_TLB1CFG) >> 16) & 0xf) * 2 + 10;
H A Dstart.S508 mfspr r4, SPRN_TLB1CFG
/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h521 #define SPRN_TLB1CFG 0x2B1 /* TLB 1 Config Register */ macro

Completed in 58 milliseconds