Home
last modified time | relevance | path

Searched refs:hou (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/i2c/
Dac100.c181 uint16_t sec, min, hou, wee, day, mon, yea; in ac100_rtc_gettime() local
186 ac100_read(sc, AC100_RTC_HOU_REG, &hou); in ac100_rtc_gettime()
197 dt->dt_hour = bcdtobin(hou & 0x3f); in ac100_rtc_gettime()