Searched refs:RTC_SECONDS (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/evbppc/include/
H A Dwalnut.h84 #define RTC_SECONDS 0x1ff9
/netbsd-current/sys/arch/arm/footbridge/isa/
H A Dds1687reg.h43 #define RTC_SECONDS 0x00 macro
H A Ddsrtc.c151 ds1687_write(sc, RTC_SECONDS, dt->dt_sec);
168 dt->dt_sec = ds1687_read(sc, RTC_SECONDS);
/netbsd-current/sys/arch/evbmips/sbmips/
H A Drtc.c308 #define RTC_SECONDS(rtc) bcdtobin(READRTC((rtc), X1241REG_SC)) macro
336 sec = RTC_SECONDS(the_rtc);
349 sec = RTC_SECONDS(the_rtc);
381 #undef RTC_SECONDS macro
/netbsd-current/sys/arch/sbmips/sbmips/
H A Drtc.c308 #define RTC_SECONDS(rtc) bcdtobin(READRTC((rtc), X1241REG_SC)) macro
336 sec = RTC_SECONDS(the_rtc);
349 sec = RTC_SECONDS(the_rtc);
381 #undef RTC_SECONDS macro

Completed in 106 milliseconds