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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dtime.h58 /* If one day CONFIG_POWER is added just define __USE_RTC as 1 */
60 extern __inline__ int __attribute_pure__ __USE_RTC(void) { function
64 #define __USE_RTC() 0 macro
108 if (__USE_RTC())
119 if (__USE_RTC()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dtime.h76 /* If one day CONFIG_POWER is added just define __USE_RTC as 1 */
78 #define __USE_RTC() (!cpu_has_feature(CPU_FTR_USE_TB)) macro
80 #define __USE_RTC() 0 macro
198 if (__USE_RTC()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dtime.c94 if (__USE_RTC()) {
292 if (__USE_RTC()) {
317 if (__USE_RTC() && stamp < old_stamp)
428 if (!__USE_RTC()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtime.c322 if (__USE_RTC()) {
414 if (__USE_RTC()) {
500 if (__USE_RTC())
643 if (__USE_RTC() && per_cpu(last_jiffy, cpu) >= 1000000000)
736 if (__USE_RTC())
892 if (__USE_RTC()) {

Completed in 82 milliseconds