Home
last modified time | relevance | path

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

/u-boot/arch/powerpc/cpu/mpc85xx/
A Dspl_minimal.c42 u32 s = mfspr(SPRN_TBRL); in udelay()
44 while ((mfspr(SPRN_TBRL) - s) < ticks); in udelay()
A Dstart.S984 mfspr r5, SPRN_TBRL
986 4: mfspr r5, SPRN_TBRL
992 mfspr r5, SPRN_TBRL
994 4: mfspr r5, SPRN_TBRL
/u-boot/arch/powerpc/include/asm/
A Dprocessor.h367 #define SPRN_TBRL 0x10C /* Time Base Read Lower Register */ macro
680 #define TBRL SPRN_TBRL /* Time Base Read Lower Register */

Completed in 9 milliseconds