Searched refs:RTC_DAY_OF_MONTH (Results 1 – 6 of 6) sorted by relevance
38 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0x05 ) macro69 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()120 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
32 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd ) macro69 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()120 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
29 #define RTC_DAY_OF_MONTH ( RTC_BASE + 5 ) macro66 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()117 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
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()
24 #define RTC_DAY_OF_MONTH 0x1FFD macro
31 #define RTC_DAY_OF_MONTH 7 macro