Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rtc/
H A Dds164x.c38 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0x05 ) macro
69 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()
120 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
H A Dds1556.c32 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd ) macro
69 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()
120 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
H A Dds174x.c29 #define RTC_DAY_OF_MONTH ( RTC_BASE + 5 ) macro
66 mday = rtc_read( RTC_DAY_OF_MONTH ); in rtc_get()
117 rtc_write( RTC_DAY_OF_MONTH, bin2bcd( tmp->tm_mday )); in rtc_set()
H A Dmk48t59.c93 mday = rtc_read (RTC_DAY_OF_MONTH); in rtc_get()
148 rtc_write (RTC_DAY_OF_MONTH, bin2bcd(tmp->tm_mday)); in rtc_set()
/rk3399_rockchip-uboot/include/
H A Dmk48t59.h24 #define RTC_DAY_OF_MONTH 0x1FFD macro
/rk3399_rockchip-uboot/include/linux/
H A Dmc146818rtc.h31 #define RTC_DAY_OF_MONTH 7 macro