Searched refs:RTC_SECONDS (Results 1 – 8 of 8) sorted by relevance
42 #define RTC_SECONDS ( RTC_BASE + 0x01 ) macro48 #define RTC_CONTROLB RTC_SECONDS /* OSC=bit7 */66 sec = rtc_read( RTC_SECONDS ); in rtc_get()123 rtc_write( RTC_SECONDS, bin2bcd( tmp->tm_sec )); in rtc_set()
36 #define RTC_SECONDS ( RTC_BASE + 0x9 ) macro40 #define RTC_CONTROLB RTC_SECONDS66 sec = rtc_read( RTC_SECONDS ); in rtc_get()123 rtc_write( RTC_SECONDS, bin2bcd( tmp->tm_sec )); in rtc_set()
33 #define RTC_SECONDS ( RTC_BASE + 1 ) macro37 #define RTC_CONTROLB RTC_SECONDS63 sec = rtc_read( RTC_SECONDS ); in rtc_get()120 rtc_write( RTC_SECONDS, bin2bcd( tmp->tm_sec )); in rtc_set()
29 #define RTC_SECONDS 0x00 macro93 sec = mc146818_read8(RTC_SECONDS); in mc146818_get()149 mc146818_write8(RTC_SECONDS, bin2bcd(tmp->tm_sec)); in mc146818_set()
90 sec = rtc_read (RTC_SECONDS); in rtc_get()151 rtc_write (RTC_SECONDS, bin2bcd(tmp->tm_sec )); in rtc_set()
25 #define RTC_SECONDS 0x00 macro306 sec = rtc_read (RTC_SECONDS); in rtc_get()373 rtc_write (RTC_SECONDS, bin2bcd (tmp->tm_sec)); in rtc_set()
20 #define RTC_SECONDS 0x1FF9 macro
21 #define RTC_SECONDS 0 macro