Searched refs:RTC_SECONDS (Results 1 – 8 of 8) sorted by relevance
39 #define RTC_SECONDS ( RTC_BASE + 0x01 ) macro45 #define RTC_CONTROLB RTC_SECONDS /* OSC=bit7 */63 sec = rtc_read( RTC_SECONDS ); in rtc_get()120 rtc_write( RTC_SECONDS, bin2bcd( tmp->tm_sec )); in rtc_set()
35 #define RTC_SECONDS ( RTC_BASE + 0x9 ) macro39 #define RTC_CONTROLB RTC_SECONDS65 sec = rtc_read( RTC_SECONDS ); in rtc_get()122 rtc_write( RTC_SECONDS, bin2bcd( tmp->tm_sec )); in rtc_set()
30 #define RTC_SECONDS ( RTC_BASE + 1 ) macro34 #define RTC_CONTROLB RTC_SECONDS60 sec = rtc_read( RTC_SECONDS ); in rtc_get()117 rtc_write( RTC_SECONDS, bin2bcd( tmp->tm_sec )); in rtc_set()
26 #define RTC_SECONDS 0x00 macro90 sec = mc146818_read8(RTC_SECONDS); in mc146818_get()151 mc146818_write8(RTC_SECONDS, bin2bcd(tmp->tm_sec)); in mc146818_set()
22 #define RTC_SECONDS 0x00 macro303 sec = rtc_read (RTC_SECONDS); in rtc_get()370 rtc_write (RTC_SECONDS, bin2bcd (tmp->tm_sec)); in rtc_set()
87 sec = rtc_read (RTC_SECONDS); in rtc_get()148 rtc_write (RTC_SECONDS, bin2bcd(tmp->tm_sec )); in rtc_set()
19 #define RTC_SECONDS 0x1FF9 macro
21 #define RTC_SECONDS 0 macro