Searched refs:RCR2_START (Results 1 – 4 of 4) sorted by relevance
88 if(!(rcr2 & RCR2_START))val |= RTC_SET; \156 if(val & RTC_SET) rcr2 &= ~RCR2_START; \157 else rcr2 |= RCR2_START; \
24 #define RCR2_START 0x01 /* Start bit */ macro
85 ctrl_outb(RCR2_RTCEN|RCR2_START, RCR2); /* Start */ in sh_rtc_gettimeofday()133 ctrl_outb(RCR2_RTCEN|RCR2_START, RCR2); /* Start RTC */ in sh_rtc_settimeofday()
57 #define RCR2_START 0x01 /* Start bit */ macro262 ctrl_outb(RCR2_RTCEN|RCR2_START, RCR2); /* Start RTC */ in set_rtc_time()396 ctrl_outb(RCR2_RTCEN|RCR2_START, RCR2); /* Start */ in get_rtc_time()