Home
last modified time | relevance | path

Searched refs:RTC_MINUTES (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/rtc/
Dds164x.c38 #define RTC_MINUTES ( RTC_BASE + 0x02 ) macro
64 min = rtc_read( RTC_MINUTES ); in rtc_get()
119 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
Dds1556.c34 #define RTC_MINUTES ( RTC_BASE + 0xa ) macro
66 min = rtc_read( RTC_MINUTES ); in rtc_get()
121 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
Dds174x.c29 #define RTC_MINUTES ( RTC_BASE + 2 ) macro
61 min = rtc_read( RTC_MINUTES ); in rtc_get()
116 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
Dmc146818.c28 #define RTC_MINUTES 0x02 macro
91 min = mc146818_read8(RTC_MINUTES); in mc146818_get()
150 mc146818_write8(RTC_MINUTES, bin2bcd(tmp->tm_min)); in mc146818_set()
Dds1306.c23 #define RTC_MINUTES 0x01 macro
304 min = rtc_read (RTC_MINUTES); in rtc_get()
371 rtc_write (RTC_MINUTES, bin2bcd (tmp->tm_min)); in rtc_set()
Dmk48t59.c88 min = rtc_read (RTC_MINUTES); in rtc_get()
147 rtc_write (RTC_MINUTES, bin2bcd(tmp->tm_min )); in rtc_set()
/external/u-boot/include/
Dmk48t59.h20 #define RTC_MINUTES 0x1FFA macro
/external/u-boot/include/linux/
Dmc146818rtc.h23 #define RTC_MINUTES 2 macro