HomeSort by: relevance | last modified time | path
    Searched refs:DS_SECONDS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbppc/walnut/dev/
ds1743reg.h 43 #define DS_SECONDS 0x1ff9
ds1743.c 237 ds1743_write(sc, DS_SECONDS, bintobcd(dt->dt_sec) & 0x7f);
257 dt->dt_sec = bcdtobin(ds1743_read(sc, DS_SECONDS) & 0x7f);

Completed in 13 milliseconds