Searched refs:set_tb (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtime.h134 static inline void set_tb(unsigned int upper, unsigned int lower) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsmp-tbsync.c72 set_tb(tb >> 32, tb & 0xfffffffful);
H A Drtas.c1045 set_tb(timebase >> 32, timebase & 0xffffffff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dsmp.c427 set_tb(timebase >> 32, timebase & 0xffffffff);
488 set_tb(timebase >> 32, timebase & 0xffffffff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pasemi/
H A Dsetup.c102 set_tb(timebase >> 32, timebase & 0xffffffff);

Completed in 88 milliseconds