Searched refs:RTC_MINUTES (Results 1 – 8 of 8) sorted by relevance
38 #define RTC_MINUTES ( RTC_BASE + 0x02 ) macro64 min = rtc_read( RTC_MINUTES ); in rtc_get()119 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()
29 #define RTC_MINUTES ( RTC_BASE + 2 ) macro61 min = rtc_read( RTC_MINUTES ); in rtc_get()116 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
28 #define RTC_MINUTES 0x02 macro91 min = mc146818_read8(RTC_MINUTES); in mc146818_get()150 mc146818_write8(RTC_MINUTES, bin2bcd(tmp->tm_min)); in mc146818_set()
23 #define RTC_MINUTES 0x01 macro304 min = rtc_read (RTC_MINUTES); in rtc_get()371 rtc_write (RTC_MINUTES, bin2bcd (tmp->tm_min)); in rtc_set()
88 min = rtc_read (RTC_MINUTES); in rtc_get()147 rtc_write (RTC_MINUTES, bin2bcd(tmp->tm_min )); in rtc_set()
20 #define RTC_MINUTES 0x1FFA macro
23 #define RTC_MINUTES 2 macro