Home
last modified time | relevance | path

Searched refs:RTC_DAY_OF_MONTH (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/drivers/rtc/
Dds164x.c37 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0x05 ) macro
68 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()
119 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
Dds1556.c31 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd ) macro
68 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()
119 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
Dds174x.c28 #define RTC_DAY_OF_MONTH ( RTC_BASE + 5 ) macro
65 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()
116 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
Dmk48t59.c92 mday = rtc_read (RTC_DAY_OF_MONTH); in rtc_get()
147 rtc_write (RTC_DAY_OF_MONTH, bin2bcd(tmp->tm_mday)); in rtc_set()
/external/u-boot/include/
Dmk48t59.h23 #define RTC_DAY_OF_MONTH 0x1FFD macro
/external/u-boot/include/linux/
Dmc146818rtc.h31 #define RTC_DAY_OF_MONTH 7 macro