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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dtime.h61 /* If one day CONFIG_POWER is added just define __USE_RTC as 1 */
63 extern __inline__ int const __USE_RTC(void) { function
67 #define __USE_RTC() 0 macro
96 if (__USE_RTC())
107 if (__USE_RTC()) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dtime.h61 /* If one day CONFIG_POWER is added just define __USE_RTC as 1 */
63 extern __inline__ int const __USE_RTC(void) { function
67 #define __USE_RTC() 0 macro
96 if (__USE_RTC())
107 if (__USE_RTC()) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dtime.c99 if (__USE_RTC()) {
309 if (__USE_RTC()) {
331 if (__USE_RTC() && stamp < old_stamp) old_stamp -= 1000000000;

Completed in 99 milliseconds