Home
last modified time | relevance | path

Searched refs:SPR_RTCL_R (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/rs6000/stand/boot/
H A Dclock.c66 : "n"(SPR_RTCU_R), "n"(SPR_RTCL_R)); in mfrtc()
97 : "r"(tbh), "r"(tbl), "n"(SPR_RTCU_R), "n"(SPR_RTCL_R)); in delay()
/netbsd-src/sys/arch/prep/stand/boot/
H A Dclock.c66 : "n"(SPR_RTCU_R), "n"(SPR_RTCL_R)); in mfrtc()
96 : "r"(tbh), "r"(tbl), "n"(SPR_RTCU_R), "n"(SPR_RTCL_R)); in delay()
/netbsd-src/sys/arch/powerpc/include/
H A Dcpu_counter.h80 : "n"(MPC601), "n"(SPR_RTCU_R), "n"(SPR_RTCL_R) in cpu_counter32()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dclock.c229 : "r"(rtc[0]), "r"(rtc[1]), "n"(SPR_RTCU_R), "n"(SPR_RTCL_R) in delay()
H A Dtrap_subr.S388 mfspr %r28,SPR_RTCL_R
/netbsd-src/sys/arch/powerpc/include/oea/
H A Dspr.h29 #define SPR_RTCL_R 0x005 /* ..6. 601 RTC Lower - Read */ macro