Searched refs:RTC_DAY_OF_MONTH (Results 1 – 6 of 6) sorted by relevance
37 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0x05 ) macro68 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()119 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
31 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd ) macro68 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()119 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
28 #define RTC_DAY_OF_MONTH ( RTC_BASE + 5 ) macro65 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()116 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
92 mday = rtc_read (RTC_DAY_OF_MONTH); in rtc_get()147 rtc_write (RTC_DAY_OF_MONTH, bin2bcd(tmp->tm_mday)); in rtc_set()
23 #define RTC_DAY_OF_MONTH 0x1FFD macro
31 #define RTC_DAY_OF_MONTH 7 macro