Searched refs:RTC_SECONDS (Results 1 – 8 of 8) sorted by relevance
41 #define RTC_SECONDS ( RTC_BASE + 0x01 ) macro47 #define RTC_CONTROLB RTC_SECONDS /* OSC=bit7 */65 sec = rtc_read( RTC_SECONDS ); in rtc_get()122 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()
32 #define RTC_SECONDS ( RTC_BASE + 1 ) macro36 #define RTC_CONTROLB RTC_SECONDS62 sec = rtc_read( RTC_SECONDS ); in rtc_get()119 rtc_write( RTC_SECONDS, bin2bcd( tmp->tm_sec )); in rtc_set()
28 #define RTC_SECONDS 0x00 macro92 sec = mc146818_read8(RTC_SECONDS); in mc146818_get()148 mc146818_write8(RTC_SECONDS, bin2bcd(tmp->tm_sec)); in mc146818_set()
24 #define RTC_SECONDS 0x00 macro305 sec = rtc_read (RTC_SECONDS); in rtc_get()372 rtc_write (RTC_SECONDS, bin2bcd (tmp->tm_sec)); in rtc_set()
89 sec = rtc_read (RTC_SECONDS); in rtc_get()150 rtc_write (RTC_SECONDS, bin2bcd(tmp->tm_sec )); in rtc_set()
19 #define RTC_SECONDS 0x1FF9 macro
21 #define RTC_SECONDS 0 macro