Searched refs:RTC_DAY_OF_MONTH (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | ds164x.c | 38 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0x05 ) macro 69 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get() 120 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
|
| H A D | ds174x.c | 29 #define RTC_DAY_OF_MONTH ( RTC_BASE + 5 ) macro 66 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get() 117 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
|
| H A D | ds1556.c | 32 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd ) macro 69 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get() 120 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
|
| H A D | mk48t59.c | 93 mday = rtc_read (RTC_DAY_OF_MONTH); in rtc_get() 148 rtc_write (RTC_DAY_OF_MONTH, bin2bcd(tmp->tm_mday)); in rtc_set()
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/intel-mid/ |
| H A D | intel_mid_vrtc.c | 70 mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in vrtc_get_time() 103 vrtc_cmos_write(tm.tm_mday, RTC_DAY_OF_MONTH); in vrtc_set_mmss()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/chrp/ |
| H A D | time.c | 115 chrp_cmos_clock_write(tm.tm_mday,RTC_DAY_OF_MONTH); in chrp_set_rtc_time() 140 day = chrp_cmos_clock_read(RTC_DAY_OF_MONTH); in chrp_get_rtc_time()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/maple/ |
| H A D | time.c | 57 tm->tm_mday = maple_clock_read(RTC_DAY_OF_MONTH); in maple_get_rtc_time() 111 maple_clock_write(mday, RTC_DAY_OF_MONTH); in maple_set_rtc_time()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-mc146818-lib.c | 158 time->tm_mday = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_time() 313 CMOS_WRITE(day, RTC_DAY_OF_MONTH); in mc146818_set_time()
|
| H A D | rtc-mrst.c | 95 time->tm_mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in mrst_read_time() 128 vrtc_cmos_write(day, RTC_DAY_OF_MONTH); in mrst_set_time()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | mk48t59.h | 24 #define RTC_DAY_OF_MONTH 0x1FFD macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | mc146818rtc.h | 31 #define RTC_DAY_OF_MONTH 7 macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mc146818rtc.h | 60 #define RTC_DAY_OF_MONTH 7 macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/atari/ |
| H A D | time.c | 266 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk() 275 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | smc37c93x.h | 172 #define RTC_DAY_OF_MONTH 7 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | mc146818-time.h | 100 day = CMOS_READ(RTC_DAY_OF_MONTH); in mc146818_get_cmos_time()
|
| /OK3568_Linux_fs/kernel/arch/mips/dec/ |
| H A D | time.c | 33 day = CMOS_READ(RTC_DAY_OF_MONTH); in read_persistent_clock64()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | rtc.c | 91 day = CMOS_READ(RTC_DAY_OF_MONTH); in mach_get_cmos_time()
|