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

  /src/sys/dev/i2c/
ac100.c 216 uint16_t sec, min, hou, wee, day, mon, yea; local in function:ac100_rtc_gettime
222 ac100_read(sc, AC100_RTC_WEE_REG, &wee);
231 dt->dt_wday = bcdtobin(wee & 0x7);
ac100.c 216 uint16_t sec, min, hou, wee, day, mon, yea; local in function:ac100_rtc_gettime
222 ac100_read(sc, AC100_RTC_WEE_REG, &wee);
231 dt->dt_wday = bcdtobin(wee & 0x7);

Completed in 40 milliseconds