Searched refs:RTC_MINUTES (Results 1 – 8 of 8) sorted by relevance
40 #define RTC_MINUTES ( RTC_BASE + 0x02 ) macro66 min = rtc_read( RTC_MINUTES ); in rtc_get()121 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
31 #define RTC_MINUTES ( RTC_BASE + 2 ) macro63 min = rtc_read( RTC_MINUTES ); in rtc_get()118 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
34 #define RTC_MINUTES ( RTC_BASE + 0xa ) macro66 min = rtc_read( RTC_MINUTES ); in rtc_get()121 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
30 #define RTC_MINUTES 0x02 macro93 min = mc146818_read8(RTC_MINUTES); in mc146818_get()147 mc146818_write8(RTC_MINUTES, bin2bcd(tmp->tm_min)); in mc146818_set()
25 #define RTC_MINUTES 0x01 macro306 min = rtc_read (RTC_MINUTES); in rtc_get()373 rtc_write (RTC_MINUTES, bin2bcd (tmp->tm_min)); in rtc_set()
90 min = rtc_read (RTC_MINUTES); in rtc_get()149 rtc_write (RTC_MINUTES, bin2bcd(tmp->tm_min )); in rtc_set()
20 #define RTC_MINUTES 0x1FFA macro
23 #define RTC_MINUTES 2 macro