Searched refs:RTC_MINUTES (Results 1 – 8 of 8) sorted by relevance
41 #define RTC_MINUTES ( RTC_BASE + 0x02 ) macro67 min = rtc_read( RTC_MINUTES ); in rtc_get()122 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
35 #define RTC_MINUTES ( RTC_BASE + 0xa ) macro67 min = rtc_read( RTC_MINUTES ); in rtc_get()122 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
32 #define RTC_MINUTES ( RTC_BASE + 2 ) macro64 min = rtc_read( RTC_MINUTES ); in rtc_get()119 rtc_write( RTC_MINUTES, bin2bcd( tmp->tm_min )); in rtc_set()
31 #define RTC_MINUTES 0x02 macro94 min = mc146818_read8(RTC_MINUTES); in mc146818_get()148 mc146818_write8(RTC_MINUTES, bin2bcd(tmp->tm_min)); in mc146818_set()
91 min = rtc_read (RTC_MINUTES); in rtc_get()150 rtc_write (RTC_MINUTES, bin2bcd(tmp->tm_min )); in rtc_set()
26 #define RTC_MINUTES 0x01 macro307 min = rtc_read (RTC_MINUTES); in rtc_get()374 rtc_write (RTC_MINUTES, bin2bcd (tmp->tm_min)); in rtc_set()
21 #define RTC_MINUTES 0x1FFA macro
23 #define RTC_MINUTES 2 macro