Searched refs:tbu (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/kernel/
H A Dsmp-tbsync.c24 volatile int tbu; member in struct:__anon3690
49 int cmd, tbl, tbu; local
65 tbu = tbsync->tbu;
74 asm volatile ("mttbu %0" :: "r" (tbu) );
87 int i, tbu, tbl, mark, score=0; local
94 tbsync->tbu = tbu = get_tbu();
112 if( tbsync->tbu != get_tbu() || ((tbsync->tbl ^ get_tbl()) & 0x80000000) )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dtimer.h57 uint32_t tbu, tbl, temp; local
67 : "=r"(tbl), "=r"(tbu), "=r"(temp)
71 return (((uint64_t)tbu)<<32) | (uint64_t)tbl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dtime.h104 unsigned int tbu; local
105 asm volatile("mfspr %0, 0x3dc" : "=r" (tbu));
106 return tbu;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dtodc_time.c459 ulong tbl, tbu; local
473 * Need to make sure the tbl doesn't roll over so if tbu increments
481 tbu = get_tbu();
502 } while ((get_tbu() != tbu) && (++loop_count < 2));

Completed in 104 milliseconds