Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rtc/
H A Dds164x.c41 #define RTC_MINUTES ( RTC_BASE + 0x02 ) macro
67 min = rtc_read( RTC_MINUTES ); in rtc_get()
122 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
H A Dds1556.c35 #define RTC_MINUTES ( RTC_BASE + 0xa ) macro
67 min = rtc_read( RTC_MINUTES ); in rtc_get()
122 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
H A Dds174x.c32 #define RTC_MINUTES ( RTC_BASE + 2 ) macro
64 min = rtc_read( RTC_MINUTES ); in rtc_get()
119 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
H A Dmc146818.c31 #define RTC_MINUTES 0x02 macro
94 min = mc146818_read8(RTC_MINUTES); in mc146818_get()
148 mc146818_write8(RTC_MINUTES, bin2bcd(tmp->tm_min)); in mc146818_set()
H A Dmk48t59.c91 min = rtc_read (RTC_MINUTES); in rtc_get()
150 rtc_write (RTC_MINUTES, bin2bcd(tmp->tm_min )); in rtc_set()
H A Dds1306.c26 #define RTC_MINUTES 0x01 macro
307 min = rtc_read (RTC_MINUTES); in rtc_get()
374 rtc_write (RTC_MINUTES, bin2bcd (tmp->tm_min)); in rtc_set()
/rk3399_rockchip-uboot/include/
H A Dmk48t59.h21 #define RTC_MINUTES 0x1FFA macro
/rk3399_rockchip-uboot/include/linux/
H A Dmc146818rtc.h23 #define RTC_MINUTES 2 macro