Searched refs:DS_CENTURY (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/evbppc/walnut/dev/
H A Dds1743reg.h50 #define DS_CENTURY 0x1ff8 macro
H A Dds1743.c213 octl = ds1743_read(sc, DS_CENTURY);
215 ds1743_write(sc, DS_CENTURY, ctl); /* Lock RTC for both reading and writing */
224 ctl = ds1743_read(sc, DS_CENTURY);
226 ds1743_write(sc, DS_CENTURY, ctl); /* Enable updates */
243 ds1743_write(sc, DS_CENTURY, ((ds1743_read(sc, DS_CENTURY) & DS_CTL_RW)
264 bcdtobin(ds1743_read(sc, DS_CENTURY) & ~DS_CTL_RW) * 100;

Completed in 203 milliseconds