Searched refs:tbh (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/prep/stand/boot/
H A Dclock.c76 u_long tbh, tbl, scratch; local
83 mfrtc(&tbh, &tbl);
85 tbh++;
90 tbh++;
96 : "r"(tbh), "r"(tbl), "n"(SPR_RTCU_R), "n"(SPR_RTCL_R));
100 tbh = tb >> 32;
105 : "r"(tbh), "r"(tbl));
/netbsd-current/sys/arch/rs6000/stand/boot/
H A Dclock.c76 u_long tbh, tbl, scratch; local
84 mfrtc(&tbh, &tbl);
86 tbh++;
91 tbh++;
97 : "r"(tbh), "r"(tbl), "n"(SPR_RTCU_R), "n"(SPR_RTCL_R));
101 tbh = tb >> 32;
106 : "r"(tbh), "r"(tbl));
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dclock.c60 u_long tbh, tbl, scratch; local
64 tbh = tb >> 32;
68 : "=&r"(scratch) : "r"(tbh), "r"(tbl));
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dclock.c235 u_long tbh, tbl, scratch; local
240 tbh = tb >> 32;
261 : "r" (tbh), "r" (tbl)
/netbsd-current/sys/arch/powerpc/booke/
H A De500_timer.c190 u_long tbh, tbl, scratch; local
195 tbh = tb >> 32;
207 : "r"(tbh), "r"(tbl), "n"(SPR_TBL), "n"(SPR_TBU)
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dclock.c209 uint32_t tbh, tbl, scratch;
241 tbh = tb >> 32;
245 : "=&r"(scratch) : "r"(tbh), "r"(tbl)
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dbrdsetup.c1037 uint32_t scratch, tbh, tbl; local
1041 tbh = tb >> 32;
1053 : "r"(tbh), "r"(tbl)

Completed in 217 milliseconds