Searched refs:RTC_OFFSET (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/jmr3927/
H A Dds1742rtc.h20 #define RTC_OFFSET 0x7f8 macro
25 #define RTC_CONTROL (RTC_OFFSET + 0)
26 #define RTC_CENTURY (RTC_OFFSET + 0)
27 #define RTC_SECONDS (RTC_OFFSET + 1)
28 #define RTC_MINUTES (RTC_OFFSET + 2)
29 #define RTC_HOURS (RTC_OFFSET + 3)
30 #define RTC_DAY (RTC_OFFSET + 4)
31 #define RTC_DATE (RTC_OFFSET + 5)
32 #define RTC_MONTH (RTC_OFFSET + 6)
33 #define RTC_YEAR (RTC_OFFSET
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/jmr3927/
H A Dds1742rtc.h20 #define RTC_OFFSET 0x7f8 macro
25 #define RTC_CONTROL (RTC_OFFSET + 0)
26 #define RTC_CENTURY (RTC_OFFSET + 0)
27 #define RTC_SECONDS (RTC_OFFSET + 1)
28 #define RTC_MINUTES (RTC_OFFSET + 2)
29 #define RTC_HOURS (RTC_OFFSET + 3)
30 #define RTC_DAY (RTC_OFFSET + 4)
31 #define RTC_DATE (RTC_OFFSET + 5)
32 #define RTC_MONTH (RTC_OFFSET + 6)
33 #define RTC_YEAR (RTC_OFFSET
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/jmr3927/
H A Dds1742rtc.h20 #define RTC_OFFSET 0x7f8 macro
25 #define RTC_CONTROL (RTC_OFFSET + 0)
26 #define RTC_CENTURY (RTC_OFFSET + 0)
27 #define RTC_SECONDS (RTC_OFFSET + 1)
28 #define RTC_MINUTES (RTC_OFFSET + 2)
29 #define RTC_HOURS (RTC_OFFSET + 3)
30 #define RTC_DAY (RTC_OFFSET + 4)
31 #define RTC_DATE (RTC_OFFSET + 5)
32 #define RTC_MONTH (RTC_OFFSET + 6)
33 #define RTC_YEAR (RTC_OFFSET
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/jmr3927/
H A Dds1742rtc.h20 #define RTC_OFFSET 0x7f8 macro
25 #define RTC_CONTROL (RTC_OFFSET + 0)
26 #define RTC_CENTURY (RTC_OFFSET + 0)
27 #define RTC_SECONDS (RTC_OFFSET + 1)
28 #define RTC_MINUTES (RTC_OFFSET + 2)
29 #define RTC_HOURS (RTC_OFFSET + 3)
30 #define RTC_DAY (RTC_OFFSET + 4)
31 #define RTC_DATE (RTC_OFFSET + 5)
32 #define RTC_MONTH (RTC_OFFSET + 6)
33 #define RTC_YEAR (RTC_OFFSET
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dpmac_time.c38 #define RTC_OFFSET 2082844800 macro
105 return now - RTC_OFFSET;
118 return now - RTC_OFFSET;
132 nowtime += RTC_OFFSET;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mac/
H A Dmisc.c37 #define RTC_OFFSET 2082844800 macro
57 return time - RTC_OFFSET;
68 data += RTC_OFFSET;
246 return result.idata - RTC_OFFSET;
269 data.idata = time + RTC_OFFSET;

Completed in 54 milliseconds