/src/sys/arch/bebox/stand/boot/ |
clock.c | 60 u_long tbh, tbl, scratch; local in function:delay 64 tbh = tb >> 32; 68 : "=&r"(scratch) : "r"(tbh), "r"(tbl));
|
/src/sys/arch/prep/stand/boot/ |
clock.c | 76 u_long tbh, tbl, scratch; local in function:delay 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));
|
/src/sys/arch/rs6000/stand/boot/ |
clock.c | 76 u_long tbh, tbl, scratch; local in function:delay 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));
|
/src/sys/arch/powerpc/booke/ |
e500_timer.c | 190 u_long tbh, tbl, scratch; local in function:delay 195 tbh = tb >> 32; 207 : "r"(tbh), "r"(tbl), "n"(SPR_TBL), "n"(SPR_TBU)
|
/src/sys/arch/powerpc/ibm4xx/ |
clock.c | 235 u_long tbh, tbl, scratch; local in function:delay 240 tbh = tb >> 32; 261 : "r" (tbh), "r" (tbl)
|
/src/sys/arch/sandpoint/stand/altboot/ |
brdsetup.c | 1037 uint32_t scratch, tbh, tbl; local in function:delay 1041 tbh = tb >> 32; 1053 : "r"(tbh), "r"(tbl)
|