Home
last modified time | relevance | path

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

/external/u-boot/drivers/rtc/
Dds164x.c40 #define RTC_MINUTES ( RTC_BASE + 0x02 ) macro
66 min = rtc_read( RTC_MINUTES ); in rtc_get()
121 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
Dds174x.c31 #define RTC_MINUTES ( RTC_BASE + 2 ) macro
63 min = rtc_read( RTC_MINUTES ); in rtc_get()
118 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()
Dmc146818.c30 #define RTC_MINUTES 0x02 macro
93 min = mc146818_read8(RTC_MINUTES); in mc146818_get()
147 mc146818_write8(RTC_MINUTES, bin2bcd(tmp->tm_min)); in mc146818_set()
Dds1306.c25 #define RTC_MINUTES 0x01 macro
306 min = rtc_read (RTC_MINUTES); in rtc_get()
373 rtc_write (RTC_MINUTES, bin2bcd (tmp->tm_min)); in rtc_set()
Dmk48t59.c90 min = rtc_read (RTC_MINUTES); in rtc_get()
149 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