Searched refs:SPRN_TBRL (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | spl_minimal.c | 41 u32 s = mfspr(SPRN_TBRL); in udelay() 43 while ((mfspr(SPRN_TBRL) - s) < ticks); in udelay()
|
H A D | start.S | 1017 mfspr r5, SPRN_TBRL 1019 4: mfspr r5, SPRN_TBRL 1025 mfspr r5, SPRN_TBRL 1027 4: mfspr r5, SPRN_TBRL
|
/openbmc/linux/arch/powerpc/include/asm/vdso/ |
H A D | timebase.h | 23 : "i" (CPU_FTR_CELL_TB_BUG), "i" (SPRN_TBRL) : "cr0"); \ 31 "=r" (rval) : "i" (SPRN_TBRL)); rval;})
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | ppc_asm.h | 58 #define SPRN_TBRL 268 macro 83 #define MFTBL(dest) mfspr dest, SPRN_TBRL
|
/openbmc/linux/arch/powerpc/platforms/85xx/ |
H A D | smp.c | 74 "i" (SPRN_TBRL)); in mpc85xx_give_timebase() 79 "i" (SPRN_TBRL)); in mpc85xx_give_timebase()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | swsusp_85xx.S | 71 mfspr r5,SPRN_TBRL
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | booke_interrupts.S | 152 mfspr r8, SPRN_TBRL 458 mfspr r7, SPRN_TBRL
|
H A D | bookehv_interrupts.S | 83 mfspr r8, SPRN_TBRL 650 mfspr r9, SPRN_TBRL
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 367 #define SPRN_TBRL 0x10C /* Time Base Read Lower Register */ macro 680 #define TBRL SPRN_TBRL /* Time Base Read Lower Register */
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 444 90: mfspr dest, SPRN_TBRL; \ 457 #define MFTBL(dest) mfspr dest, SPRN_TBRL
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 444 90: mfspr dest, SPRN_TBRL; \ 457 #define MFTBL(dest) mfspr dest, SPRN_TBRL
|
H A D | reg.h | 370 #define SPRN_TBRL 0x10C /* Time Base Read Lower Register (user, R/O) */ macro
|