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

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dspl_minimal.c38 u32 s = mfspr(SPRN_TBRL);
40 while ((mfspr(SPRN_TBRL) - s) < ticks);
H A Dstart.S1077 mfspr r5, SPRN_TBRL
1079 4: mfspr r5, SPRN_TBRL
1085 mfspr r5, SPRN_TBRL
1087 4: mfspr r5, SPRN_TBRL
/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h363 #define SPRN_TBRL 0x10C /* Time Base Read Lower Register */ macro
676 #define TBRL SPRN_TBRL /* Time Base Read Lower Register */

Completed in 61 milliseconds