Searched refs:rtcl (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/asm-ppc/ |
D | time.h | 88 unsigned long rtcl; in get_rtcl() local 89 asm volatile("mfrtcl %0" : "=r" (rtcl)); in get_rtcl() 90 return rtcl; in get_rtcl() 115 unsigned long rtcl, rtcu1, rtcu2; 122 : "=r" (rtcu1), "=r" (rtcl), "=r" (rtcu2) 124 return rtcu2*1000000000+rtcl;
|
/linux-2.4.37.9/arch/ppc/xmon/ |
D | adb.c | 172 unsigned rtcu, rtcl, dec, pdec, x; in adbcmds() local 180 rtcl = get_rtcl(); in adbcmds() 184 rtcu, rtcl, dec, pdec - dec, (pdec - dec) / 1000000000, in adbcmds()
|
D | privinst.h | 27 GSETSPR(5, rtcl)
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | privinst.h | 31 GSETSPR(5, rtcl)
|